Skip to content

Variable: RemoveGroupSchema

ts
const RemoveGroupSchema: ZodObject<{
  groupId: ZodOptional<ZodString>;
  groupname: ZodOptional<ZodString>;
  swapGroup: ZodOptional<ZodString>;
  swapGroupId: ZodOptional<ZodString>;
}, $strip>;

Defined in: src/cloud/parameters/removeGroup.ts:3