Skip to main content
Version: 2.x

Interface: AggregateStats

Defined in: javascript/src/credits/types/analytics.ts:33

Aggregate statistics across all users in a time window.

Properties

activeUsers

activeUsers: number

Defined in: javascript/src/credits/types/analytics.ts:35


avgDailySpend

avgDailySpend: Decimal

Defined in: javascript/src/credits/types/analytics.ts:36


topModel

topModel: string | null

Defined in: javascript/src/credits/types/analytics.ts:37


topUser

topUser: string | null

Defined in: javascript/src/credits/types/analytics.ts:38


totalCreditsConsumed

totalCreditsConsumed: Decimal

Defined in: javascript/src/credits/types/analytics.ts:34