UNPKG

@udus/notion-renderer

Version:
5 lines 433 B
import type { FormulaPropertyItemObject } from "../../../../types/notion/property/formula.js"; import type { Client } from "@notionhq/client"; import type { FormulaPropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js"; export declare const convertResponseToFormulaPropertyItem: (property: FormulaPropertyItemObjectResponse, client: Client) => FormulaPropertyItemObject; //# sourceMappingURL=formula.d.ts.map