@udus/notion-renderer
Version:

5 lines • 412 B
TypeScript
import type { DatePropertyItemObject } from "../../../../types/notion/property/date.js";
import type { Client } from "@notionhq/client";
import type { DatePropertyItemObjectResponse } from "@notionhq/client/build/src/api-endpoints.js";
export declare const convertResponseToDatePropertyItem: (property: DatePropertyItemObjectResponse, client: Client) => DatePropertyItemObject;
//# sourceMappingURL=date.d.ts.map