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

6 lines (5 loc) 188 B
import type { AxiosError } from "axios"; import { CustomError } from "../CustomError"; export declare class InternalServerError extends CustomError { constructor(error: AxiosError); }