Skip to content

Variable: GetRequestTypeByIdSchema

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

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