Skip to content

Variable: GetCustomerTransitionsSchema

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

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