UNPKG

@udus/notion-renderer

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