mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 15:43:26 +00:00
Write more documentation
This commit is contained in:
@@ -4,7 +4,6 @@ import { Caption } from '@/providers/captions';
|
||||
export type StreamFile = {
|
||||
type: 'mp4';
|
||||
url: string;
|
||||
headers?: Record<string, string>;
|
||||
};
|
||||
|
||||
export type Qualities = 'unknown' | '360' | '480' | '720' | '1080' | '4k';
|
||||
|
Reference in New Issue
Block a user