Variable: GetRequestTypesSchema
ts
const GetRequestTypesSchema: ZodObject<{
expand: ZodOptional<ZodArray<ZodString>>;
groupId: ZodOptional<ZodNumber>;
includeHiddenRequestTypesInSearch: ZodOptional<ZodBoolean>;
limit: ZodOptional<ZodNumber>;
restrictionStatus: ZodOptional<ZodString>;
searchQuery: ZodOptional<ZodString>;
serviceDeskId: ZodString;
start: ZodOptional<ZodNumber>;
}, $strip>;Defined in: src/serviceDesk/parameters/getRequestTypes.ts:3