Skip to content

Type Alias: ClientUsageWindows

Makaio Framework


Makaio Framework / contracts/client / ClientUsageWindows

ClientUsageWindows = z.infer<typeof ClientUsageWindowsSchema>

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

  • ClientUsageWindows
    • z.infer<typeof ClientUsageWindowsSchema>
      • typeof ClientUsageWindowsSchema
type ClientUsageWindows = {
windows: Array<{ key: string; label: string; usedPercentage: number; resetsAt?: number | undefined; }>;
};