Skip to content

Variable: RequestParticipantUpdateSchema

ts
const RequestParticipantUpdateSchema: ZodObject<{
  accountIds: ZodOptional<ZodArray<ZodString>>;
  usernames: ZodOptional<ZodArray<ZodString>>;
}, $loose>;

Defined in: src/serviceDesk/models/requestParticipantUpdate.ts:4