UNPKG

@udus/notion-renderer

Version:
4 lines 326 B
import type { Client } from "@notionhq/client"; import type { ListCommentsParameters, ListCommentsResponse } from "@notionhq/client/build/src/api-endpoints.js"; export declare const listComments: (client: Client, args: ListCommentsParameters) => Promise<ListCommentsResponse["results"]>; //# sourceMappingURL=comments.d.ts.map