UNPKG

@udus/notion-renderer

Version:
6 lines 450 B
import type { BlockBlockObject } from "../../../types/notion/block/block.js"; import type { Result } from "../../../types/utils.js"; import type { Client } from "@notionhq/client"; import type { ListBlockChildrenParameters } from "@notionhq/client/build/src/api-endpoints.js"; export declare const fetchBlockList: (client: Client, args: ListBlockChildrenParameters) => Promise<Result<BlockBlockObject[]>>; //# sourceMappingURL=fetchBlockList.d.ts.map