@udus/notion-renderer
Version:

6 lines • 417 B
TypeScript
import type { BlockBlockObject } from "../../../types/notion/block/block.js";
import type { Result } from "../../../types/utils.js";
import type { Client } from "@notionhq/client";
import type { GetBlockParameters } from "@notionhq/client/build/src/api-endpoints.js";
export declare const fetchBlock: (client: Client, args: GetBlockParameters) => Promise<Result<BlockBlockObject>>;
//# sourceMappingURL=fetch.d.ts.map