UNPKG

notion-page-to-html

Version:

It converts public notion pages to html from url

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