@udus/notion-renderer
Version:

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