UNPKG

@udus/notion-renderer

Version:
6 lines 390 B
import { Client } from "@notionhq/client"; import type { PageObject } from "../../../types/notion/page.js"; import type { Result } from "../../../types/utils.js"; import type { GetPageParameters } from "@notionhq/client/build/src/api-endpoints.js"; export declare const fetchPage: (client: Client, args: GetPageParameters) => Promise<Result<PageObject>>; //# sourceMappingURL=fetch.d.ts.map