UNPKG

@udus/notion-renderer

Version:
5 lines 429 B
import type { UnsupportedBlockObject } from "../../../../types/notion/block/unsupported.js"; import type { Client } from "@notionhq/client"; import type { UnsupportedBlockObjectResponse } from "@notionhq/client/build/src/api-endpoints.js"; export declare const convertUnsupportedResponseToBlock: (block: UnsupportedBlockObjectResponse, client: Client) => Promise<UnsupportedBlockObject>; //# sourceMappingURL=unsupported.d.ts.map