@udus/notion-renderer
Version:

5 lines • 348 B
TypeScript
import type { PageObject } from "../../../types/notion/page.js";
import type { Client } from "@notionhq/client";
import type { PageObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
export declare const convertResponseToPage: (page: PageObjectResponse, client: Client) => Promise<PageObject>;
//# sourceMappingURL=convert.d.ts.map