UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

5 lines (4 loc) 219 B
import { Validation } from '../../../protocols/validation'; export declare class PageChunkValidator implements Validation<[string, number]> { validate(notionPageId: string, pageChunkStatus: number): Error | null; }