UNPKG

@udus/notion-renderer

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