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