Skip to main content

Interface: PlatformUsageData

Defined in: packages/sdk/src/types/billing-types.ts:305

Simplified platform usage data for display components. This is the shared interface used by PlatformUsageCard across all views:

  • Workspace billing dashboard (/w/$wid/settings/billing)
  • Admin workspace billing tab (/admin/workspaces/$wid)

Properties

overages

overages: Partial<Record<Resource, ResourceOverage>>

Defined in: packages/sdk/src/types/billing-types.ts:309


periodEnd

periodEnd: string

Defined in: packages/sdk/src/types/billing-types.ts:307


periodStart

periodStart: string

Defined in: packages/sdk/src/types/billing-types.ts:306


usage

usage: Partial<Record<Resource, number>>

Defined in: packages/sdk/src/types/billing-types.ts:308