@udus/notion-renderer
Version:

5 lines • 358 B
TypeScript
import type { Result } from "../../../types/utils.js";
import type { Client } from "@notionhq/client";
import type { GetPageParameters, GetPageResponse } from "@notionhq/client/build/src/api-endpoints.js";
export declare const retrievePage: (client: Client, args: GetPageParameters) => Promise<Result<GetPageResponse>>;
//# sourceMappingURL=retrieve.d.ts.map