Skip to main content

Type Alias: AccountUsage

AccountUsage = object

Properties

extra

extra: { currency?: string; disabled_reason?: string | null; is_enabled: boolean; monthly_limit: number; used_credits: number; utilization: number; } | null


windows

windows: Record<string, UsageWindow | null>