Skip to content

Variable: AddGroupToContentRestrictionByGroupIdSchema

ts
const AddGroupToContentRestrictionByGroupIdSchema: ZodObject<{
  groupId: ZodString;
  id: ZodString;
  operationKey: ZodEnum<{
     read: "read";
     update: "update";
  }>;
}, $strip>;

Defined in: src/v1/parameters/addGroupToContentRestrictionByGroupId.ts:3