UNPKG

@udus/notion-renderer

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