Skip to content

Type Alias: ClientUsageWindow

Makaio Framework


Makaio Framework / contracts / ClientUsageWindow

ClientUsageWindow = z.infer<typeof ClientUsageWindowSchema>

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

  • ClientUsageWindow
    • z.infer<typeof ClientUsageWindowSchema>
      • typeof ClientUsageWindowSchema
type ClientUsageWindow = {
key: string;
label: string;
usedPercentage: number;
resetsAt?: number | undefined;
};