UNPKG

@udus/notion-renderer

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