Skip to content

Variable: GetRequestTypeFieldsSchema

ts
const GetRequestTypeFieldsSchema: ZodObject<{
  expand: ZodOptional<ZodArray<ZodString>>;
  requestTypeId: ZodNumber;
  serviceDeskId: ZodString;
}, $strip>;

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