Variable: RemoveGroupFromContentRestrictionSchema
ts
const RemoveGroupFromContentRestrictionSchema: ZodObject<{
groupId: ZodString;
id: ZodString;
operationKey: ZodEnum<{
read: "read";
update: "update";
}>;
}, $strip>;Defined in: src/v1/parameters/removeGroupFromContentRestriction.ts:3