Variable: GetServiceDeskOrganizationsSchema
ts
const GetServiceDeskOrganizationsSchema: ZodObject<{
accountId: ZodOptional<ZodString>;
limit: ZodOptional<ZodNumber>;
serviceDeskId: ZodString;
start: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/serviceDesk/parameters/getServiceDeskOrganizations.ts:3