Skip to content

Variable: GetRestrictionsForOperationSchema

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

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