Skip to content

Variable: ClientUsageWindowSchema

Makaio Framework


Makaio Framework / contracts/client / ClientUsageWindowSchema

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

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

A normalized usage window for a client account.