UNPKG

@udus/notion-renderer

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