Variable: CheckContentPermissionSchema
ts
const CheckContentPermissionSchema: ZodObject<{
id: ZodString;
operation: ZodCustom<"update" | string & object | "delete" | "read", "update" | string & object | "delete" | "read">;
subject: ZodObject<{
identifier: ZodString;
type: ZodCustom<"user" | "group" | string & object, "user" | "group" | string & object>;
}, $loose>;
}, $strip>;Defined in: src/v1/parameters/checkContentPermission.ts:4