Write more documentation

This commit is contained in:
mrjvs
2023-12-29 16:59:30 +01:00
parent 8904e87b7e
commit 8ac11d9067
11 changed files with 199 additions and 29 deletions

View File

@@ -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';