@udus/notion-renderer
Version:

5 lines • 464 B
TypeScript
import type { BulletedListItemBlockObject } from "../../../../types/notion/block/bulletedListItem.js";
import type { Client } from "@notionhq/client";
import type { BulletedListItemBlockObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
export declare const convertBulletedListItemResponseToBlock: (block: BulletedListItemBlockObjectResponse, client: Client) => Promise<BulletedListItemBlockObject>;
//# sourceMappingURL=bulletedListItem.d.ts.map