@udus/notion-renderer
Version:

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