interface ScrapeOptionsimport { type ScrapeOptions } from "https://deno.land/x/pastedeno@0.6.2/src/lib/Scraper.ts"; PropertiesoptionalintervalTime: numberThe interval time in milliseconds between scrapes. optionalautoStart: booleanWhether to start scraping immediately. optionallimit: numberThe maximum number of pastes to scrape per interval. optionalbreakOnError: booleanWhether to stop scraping when an error occurs.