UsageProps: { dateRange: { endAt: string; startAt: string; }; metric: UsageMetricEnum; sys: MetaSysProps & { organization?: { sys: MetaLinkProps; }; }; unitOfMeasure: string; usage: number; usagePerDay: { [
key:
string]
: number; }; } Type declaration
dateRange: {
endAt: string;
startAt: string;
}
endAt: string
startAt: string
metric: UsageMetricEnum
unitOfMeasure: string
usage: number
usagePerDay: {
[key: string]: number;
}
Range of usage