mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 18:13:25 +00:00
individual provider runs
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
export type { EmbedOutput, SourcererOutput } from '@/providers/base';
|
||||
export type { RunOutput } from '@/main/runner';
|
||||
export type { MetaOutput } from '@/main/meta';
|
||||
export type { FullScraperEvents } from '@/main/events';
|
||||
export type { MediaTypes, ShowMedia, ScrapeMedia, MovieMedia } from '@/main/media';
|
||||
export type { ProviderBuilderOptions, ProviderControls, RunnerOptions } from '@/main/builder';
|
||||
export type {
|
||||
ProviderBuilderOptions,
|
||||
ProviderControls,
|
||||
RunnerOptions,
|
||||
EmbedRunnerOptions,
|
||||
SourceRunnerOptions,
|
||||
} from '@/main/builder';
|
||||
|
||||
export { NotFoundError } from '@/utils/errors';
|
||||
export { makeProviders } from '@/main/builder';
|
||||
|
Reference in New Issue
Block a user