mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 13:03:25 +00:00
Add more type exports
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
export type { EmbedOutput, SourcererOutput } from '@/providers/base';
|
export type { EmbedOutput, SourcererOutput } from '@/providers/base';
|
||||||
export type { Stream, StreamFile, FileBasedStream, HlsBasedStream, Qualities } from '@/providers/streams';
|
export type { Stream, StreamFile, FileBasedStream, HlsBasedStream, Qualities } from '@/providers/streams';
|
||||||
export type { Fetcher, DefaultedFetcherOptions, FetcherResponse } from '@/fetchers/types';
|
export type { Fetcher, DefaultedFetcherOptions, FetcherOptions, FetcherResponse } from '@/fetchers/types';
|
||||||
export type { RunOutput } from '@/runners/runner';
|
export type { RunOutput } from '@/runners/runner';
|
||||||
export type { MetaOutput } from '@/entrypoint/utils/meta';
|
export type { MetaOutput } from '@/entrypoint/utils/meta';
|
||||||
export type { FullScraperEvents } from '@/entrypoint/utils/events';
|
export type { FullScraperEvents } from '@/entrypoint/utils/events';
|
||||||
@@ -9,6 +9,8 @@ export type { MediaTypes, ShowMedia, ScrapeMedia, MovieMedia } from '@/entrypoin
|
|||||||
export type { ProviderControls, RunnerOptions, EmbedRunnerOptions, SourceRunnerOptions } from '@/entrypoint/controls';
|
export type { ProviderControls, RunnerOptions, EmbedRunnerOptions, SourceRunnerOptions } from '@/entrypoint/controls';
|
||||||
export type { ProviderBuilder } from '@/entrypoint/builder';
|
export type { ProviderBuilder } from '@/entrypoint/builder';
|
||||||
export type { ProviderMakerOptions } from '@/entrypoint/declare';
|
export type { ProviderMakerOptions } from '@/entrypoint/declare';
|
||||||
|
export type { MovieScrapeContext, ShowScrapeContext, EmbedScrapeContext, ScrapeContext } from '@/utils/context';
|
||||||
|
export type { SourcererOptions, EmbedOptions } from '@/providers/base';
|
||||||
|
|
||||||
export { NotFoundError } from '@/utils/errors';
|
export { NotFoundError } from '@/utils/errors';
|
||||||
export { makeProviders } from '@/entrypoint/declare';
|
export { makeProviders } from '@/entrypoint/declare';
|
||||||
|
Reference in New Issue
Block a user