mirror of
https://github.com/alexta69/metube.git
synced 2026-06-14 16:20:06 +00:00
5 lines
59 B
TypeScript
5 lines
59 B
TypeScript
|
|
export interface Quality {
|
|
id: string;
|
|
text: string;
|
|
} |