UNPKG

@udus/notion-renderer

Version:
6 lines 446 B
import type { PropertyItemType } from "../../../types/notion/property/properties.js"; import type { Result } from "../../../types/utils.js"; import type { Client } from "@notionhq/client"; import type { GetPagePropertyParameters } from "@notionhq/client/build/src/api-endpoints.js"; export declare const fetchPageProperty: (client: Client, args: GetPagePropertyParameters) => Promise<Result<PropertyItemType>>; //# sourceMappingURL=fetch.d.ts.map