UNPKG

@udus/notion-renderer

Version:
5 lines 418 B
import type { FilesPropertyItemObject } from "../../../../types/notion/property/files.js"; import type { Client } from "@notionhq/client"; import type { FilesPropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js"; export declare const convertResponseToFilesPropertyItem: (property: FilesPropertyItemObjectResponse, client: Client) => FilesPropertyItemObject; //# sourceMappingURL=file.d.ts.map