export extra fetcher it is

This commit is contained in:
mrjvs
2023-12-26 16:24:36 +01:00
parent 4b1e8288b8
commit af00bcf7c1

View File

@@ -1,6 +1,6 @@
export type { EmbedOutput, SourcererOutput } from '@/providers/base';
export type { Stream, StreamFile, FileBasedStream, HlsBasedStream, Qualities } from '@/providers/streams';
export type { Fetcher, FetcherOptions } from '@/fetchers/types';
export type { Fetcher, FetcherOptions, FetcherResponse } from '@/fetchers/types';
export type { RunOutput } from '@/runners/runner';
export type { MetaOutput } from '@/entrypoint/utils/meta';
export type { FullScraperEvents } from '@/entrypoint/utils/events';