Skip to content

Variable: GetRestrictionsSchema

ts
const GetRestrictionsSchema: ZodObject<{
  expand: ZodOptional<ZodArray<ZodCustom<
     | "content"
     | string & object
     | "restrictions.user"
     | "read.restrictions.user"
     | "update.restrictions.user"
     | "restrictions.group"
     | "read.restrictions.group"
     | "update.restrictions.group", 
     | "content"
     | string & object
     | "restrictions.user"
     | "read.restrictions.user"
     | "update.restrictions.user"
     | "restrictions.group"
     | "read.restrictions.group"
    | "update.restrictions.group">>>;
  id: ZodString;
  limit: ZodOptional<ZodNumber>;
  start: ZodOptional<ZodNumber>;
}, $strip>;

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