Skip to content

Variable: GetRequestTypeGroupsSchema

ts
const GetRequestTypeGroupsSchema: ZodObject<{
  limit: ZodOptional<ZodNumber>;
  serviceDeskId: ZodString;
  start: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/serviceDesk/parameters/getRequestTypeGroups.ts:3