refactor: make SubtitleItem interface private
This commit is contained in:
@@ -7,7 +7,7 @@ export interface ModeSource {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// subtitle track from backend
|
// subtitle track from backend
|
||||||
export interface SubtitleItem {
|
interface SubtitleItem {
|
||||||
lang: string;
|
lang: string;
|
||||||
token: string;
|
token: string;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user