Skip to content

Variable: RemoveRequestParticipantsSchema

ts
const RemoveRequestParticipantsSchema: ZodObject<{
  accountIds: ZodOptional<ZodArray<ZodString>>;
  issueIdOrKey: ZodString;
  usernames: ZodOptional<ZodArray<ZodString>>;
}, $strip>;

Defined in: src/serviceDesk/parameters/removeRequestParticipants.ts:4