5 lines
77 B
TypeScript
Raw Normal View History

export interface ScraperConfiguration {
selector: string;
url: string;
}