UNPKG

@udus/notion-renderer

Version:
5 lines 429 B
import type { LinkPreviewBlockObject } from "../../../../types/notion/block/linkPreview.js"; import type { Client } from "@notionhq/client"; import type { LinkPreviewBlockObjectResponse } from "@notionhq/client/build/src/api-endpoints.js"; export declare const convertLinkPreviewResponseToBlock: (block: LinkPreviewBlockObjectResponse, client: Client) => Promise<LinkPreviewBlockObject>; //# sourceMappingURL=linkPreview.d.ts.map