UNPKG

@udus/notion-renderer

Version:
5 lines 426 B
import type { PropertyItemType } from "../../../../types/notion/property/properties.js"; import type { Client } from "@notionhq/client"; import type { GetPagePropertyResponse } from "@notionhq/client/build/src/api-endpoints.js"; export declare const convertResponseToPropertyItem: (pageProperty: GetPagePropertyResponse, client: Client) => Promise<PropertyItemType>; //# sourceMappingURL=convertResponseToPropertyItem.d.ts.map