chore: lint

This commit is contained in:
LuanRT
2023-01-05 21:22:50 -03:00
parent d8d92866d1
commit b04df7e119
2 changed files with 10 additions and 10 deletions

View File

@@ -6,8 +6,8 @@ class Format {
mime_type: string;
bitrate: number;
average_bitrate: number;
width: number | undefined;
height: number | undefined;
width: number;
height: number;
init_range: {
start: number;