Skip to content

Variable: GetRestrictionsByOperationSchema

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

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