Variable: ExpandPrioritySchemeSchema
ts
const ExpandPrioritySchemeSchema: ZodObject<{
id: ZodOptional<ZodString>;
name: ZodOptional<ZodString>;
self: ZodOptional<ZodString>;
}, $loose>;Defined in: src/cloud/models/expandPriorityScheme.ts:5
A priority scheme with less fields to be used in for an API expand response.