interface ScraperInput {
    html: string;
    url: string;
}

Properties

Properties

html: string
url: string