UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

6 lines (5 loc) 140 B
export declare type HttpResponse = { status: number; data: Record<string, any> | string; headers?: Record<string, string[]>; };