Variable: DeleteRestrictionsSchema
ts
const DeleteRestrictionsSchema: ZodObject<{
expand: ZodOptional<ZodArray<ZodEnum<{
content: "content";
read.restrictions.group: "read.restrictions.group";
read.restrictions.user: "read.restrictions.user";
restrictions.group: "restrictions.group";
restrictions.user: "restrictions.user";
update.restrictions.group: "update.restrictions.group";
update.restrictions.user: "update.restrictions.user";
}>>>;
id: ZodString;
}, $strip>;Defined in: src/v1/parameters/deleteRestrictions.ts:3