mirror of
https://github.com/sussy-code/providers.git
synced 2026-03-15 15:36:19 +00:00
Export more useful types
This commit is contained in:
parent
0affe83d24
commit
e5989ffbb0
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +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 { Fetcher, FetcherOptions } from '@/fetchers/types';
|
||||||
export type { RunOutput } from '@/main/runner';
|
export type { RunOutput } from '@/main/runner';
|
||||||
export type { MetaOutput } from '@/main/meta';
|
export type { MetaOutput } from '@/main/meta';
|
||||||
export type { FullScraperEvents } from '@/main/events';
|
export type { FullScraperEvents } from '@/main/events';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue