@udus/notion-renderer
Version:

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