UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

8 lines (7 loc) 199 B
export declare type NotionApiContentResponse = { id: string; type: string; properties: Record<string, any>; format?: Record<string, any>; contents: NotionApiContentResponse[]; };