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

4 lines (3 loc) 223 B
export type { ConfluenceInputPage, ConfluenceSyncPagesConfig, ConfluenceSyncPagesInterface, } from "./ConfluenceSyncPages.types"; export { SyncModes } from "./ConfluenceSyncPages.types"; export * from "./confluence/types";