UNPKG

@telefonica/confluence-sync

Version:

Creates/updates/deletes Confluence pages based on a list of objects containing the page contents. Supports nested pages and attachments upload

5 lines (4 loc) 232 B
import type { ConfluenceInputPage } from "../ConfluenceSyncPages.types"; export declare class NotAncestorsExpectedValidationError extends Error { constructor(pagesWithAncestors: ConfluenceInputPage[], options?: ErrorOptions); }