Skip to content

Variable: RemoveUserFromGroupSchema

ts
const RemoveUserFromGroupSchema: ZodObject<{
  accountId: ZodString;
  groupId: ZodOptional<ZodString>;
  groupname: ZodOptional<ZodString>;
}, $strip>;

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