Variable: AddGroupToContentRestrictionByGroupIdSchema
ts
const AddGroupToContentRestrictionByGroupIdSchema: ZodObject<{
groupId: ZodString;
id: ZodString;
operationKey: ZodCustom<"update" | string & object | "read", "update" | string & object | "read">;
}, $strip>;Defined in: src/v1/parameters/addGroupToContentRestrictionByGroupId.ts:4