Skip to content

Variable: ClientUsageWindowsSchema

Makaio Framework


Makaio Framework / contracts/client / ClientUsageWindowsSchema

const ClientUsageWindowsSchema: ZodObject<{ windows: ZodArray<ZodObject<{ key: ZodString; label: ZodString; resetsAt: ZodOptional<ZodNumber>; usedPercentage: ZodNumber; }, $strip>>; }, $strip>

Defined in: ../../../packages/contracts/src/client/account-identity.ts:47

The usage windows container shared by snapshot and ingest schemas.