UNPKG

@udus/notion-renderer

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