Variable: ExpandPrioritySchemePageSchema
ts
const ExpandPrioritySchemePageSchema: ZodObject<{
maxResults: ZodOptional<ZodNumber>;
startAt: ZodOptional<ZodNumber>;
total: ZodOptional<ZodNumber>;
}, $loose>;Defined in: src/cloud/models/expandPrioritySchemePage.ts:4