Skip to content

Variable: GetRestrictionsSchema

ts
const GetRestrictionsSchema: 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;
  limit: ZodOptional<ZodNumber>;
  start: ZodOptional<ZodNumber>;
}, $strip>;

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