Skip to content

Variable: GetPageInlineCommentsSchema

ts
const GetPageInlineCommentsSchema: ZodObject<{
  bodyFormat: ZodOptional<ZodCustom<"storage" | string & object | "atlas_doc_format", "storage" | string & object | "atlas_doc_format">>;
  cursor: ZodOptional<ZodString>;
  id: ZodNumber;
  limit: ZodOptional<ZodNumber>;
  resolutionStatus: ZodOptional<ZodArray<ZodCustom<"open" | string & object | "reopened" | "resolved" | "dangling", "open" | string & object | "reopened" | "resolved" | "dangling">>>;
  sort: ZodOptional<ZodCustom<
     | string & object
     | "created-date"
     | "-created-date"
     | "modified-date"
     | "-modified-date", 
     | string & object
     | "created-date"
     | "-created-date"
     | "modified-date"
    | "-modified-date">>;
  status: ZodOptional<ZodArray<ZodCustom<
     | "deleted"
     | string & object
     | "current"
     | "historical"
     | "draft"
     | "trashed"
     | "archived", 
     | "deleted"
     | string & object
     | "current"
     | "historical"
     | "draft"
     | "trashed"
    | "archived">>>;
}, $strip>;

Defined in: src/v2/parameters/getPageInlineComments.ts:6