Skip to content

Variable: RemoveGroupFromContentRestrictionSchema

ts
const RemoveGroupFromContentRestrictionSchema: ZodObject<{
  groupId: ZodString;
  id: ZodString;
  operationKey: ZodCustom<"update" | string & object | "read", "update" | string & object | "read">;
}, $strip>;

Defined in: src/v1/parameters/removeGroupFromContentRestriction.ts:4