Type Alias: ClientUsageSnapshot
Makaio Framework / contracts / ClientUsageSnapshot
Type Alias: ClientUsageSnapshot
Section titled “Type Alias: ClientUsageSnapshot”ClientUsageSnapshot =
z.infer<typeofClientUsageSnapshotSchema>
Defined in: ../../../packages/contracts/src/client/account-identity.ts:94
Type Composition
Section titled “Type Composition”ClientUsageSnapshotz.infer<typeof ClientUsageSnapshotSchema>typeof ClientUsageSnapshotSchema
Resolved Shape
Section titled “Resolved Shape”type ClientUsageSnapshot = { clientAccountId: string; clientId: string; observedAt: number; source: string; usage: { windows: Array<{ key: string; label: string; usedPercentage: number; resetsAt?: number | undefined; }>; }; displayLabel?: string | undefined; metadata?: Record<string, unknown> | undefined;};