Skip to content

Variable: DeleteRestrictionsSchema

ts
const DeleteRestrictionsSchema: 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;
}, $strip>;

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