Variable: GetQueuesSchema
ts
const GetQueuesSchema: ZodObject<{
includeCount: ZodOptional<ZodBoolean>;
limit: ZodOptional<ZodNumber>;
serviceDeskId: ZodString;
start: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/serviceDesk/parameters/getQueues.ts:3