Skip to content

Variable: GetRestrictionsForOperationSchema

ts
const GetRestrictionsForOperationSchema: ZodObject<{
  expand: ZodOptional<ZodArray<ZodEnum<{
     content: "content";
     restrictions.group: "restrictions.group";
     restrictions.user: "restrictions.user";
  }>>>;
  id: ZodString;
  limit: ZodOptional<ZodNumber>;
  operationKey: ZodEnum<{
     read: "read";
     update: "update";
  }>;
  start: ZodOptional<ZodNumber>;
}, $strip>;

Defined in: src/v1/parameters/getRestrictionsForOperation.ts:3