Export more useful types

This commit is contained in:
mrjvs
2023-12-24 19:48:27 +01:00
parent 0affe83d24
commit e5989ffbb0

View File

@@ -1,4 +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 { RunOutput } from '@/main/runner';
export type { MetaOutput } from '@/main/meta';
export type { FullScraperEvents } from '@/main/events';