UNPKG

@udus/notion-renderer

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