mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
Basically library structure
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Fetcher } from '@/utils/fetcher';
|
||||
import { UseableFetcher } from '@/fetchers/types';
|
||||
|
||||
export interface ScrapeContext {
|
||||
proxiedFetcher: Fetcher;
|
||||
fetcher: Fetcher;
|
||||
proxiedFetcher: UseableFetcher;
|
||||
fetcher: UseableFetcher;
|
||||
progress(val: number): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user