Hierarchy

Properties

dateRange: {
    endAt: string;
    startAt: string;
}

Range of usage

Type declaration

  • endAt: string
  • startAt: string
metric: UsageMetricEnum

Type of usage

sys: MetaSysProps & {
    organization?: {
        sys: MetaLinkProps;
    };
}

System metadata

unitOfMeasure: string

Unit of usage metric

usage: number

Value of the usage

usagePerDay: {
    [key: string]: number;
}

Usage per day

Type declaration

  • [key: string]: number

Methods