UNPKG

@udus/notion-renderer

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