UNPKG

@udus/notion-renderer

Version:
5 lines 398 B
import type { Result } from "../../../types/utils.js"; import type { Client } from "@notionhq/client"; import type { GetPagePropertyParameters, GetPagePropertyResponse } from "@notionhq/client/build/src/api-endpoints.js"; export declare const retrievePageProperty: (client: Client, args: GetPagePropertyParameters) => Promise<Result<GetPagePropertyResponse>>; //# sourceMappingURL=retrieve.d.ts.map