UNPKG

@udus/notion-renderer

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