@udus/notion-renderer
Version:

5 lines • 457 B
TypeScript
import type { TableOfContentsBlockObject } from "../../../../types/notion/block/tableOfContents.js";
import type { Client } from "@notionhq/client";
import type { TableOfContentsBlockObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
export declare const convertTableOfContentsResponseToBlock: (block: TableOfContentsBlockObjectResponse, client: Client) => Promise<TableOfContentsBlockObject>;
//# sourceMappingURL=tableOfContents.d.ts.map