UNPKG

@udus/notion-renderer

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