UNPKG

@udus/notion-renderer

Version:
6 lines 444 B
import { Client } from "@notionhq/client"; import type { BlockBlockObject } from "../../../../types/notion/block/block.js"; import type { Result } from "../../../../types/utils.js"; import type { GetBlockResponse } from "@notionhq/client/build/src/api-endpoints.js"; export declare const convertResponseToBlock: (block: GetBlockResponse, client: Client) => Promise<Result<BlockBlockObject>>; //# sourceMappingURL=convertResponseToBlock.d.ts.map