UNPKG

@udus/notion-renderer

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