UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

5 lines (4 loc) 228 B
import { HttpPostClient, HttpResponse } from '../../../data/protocols/http-request'; export declare class NodeHttpPostClient implements HttpPostClient { post(url: string, body: Record<string, any>): Promise<HttpResponse>; }