UNPKG

@udus/notion-renderer

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