refactor: make SubtitleItem interface private

This commit is contained in:
2026-06-21 01:12:15 +02:00
committed by Milas Holsting
parent 72facaad68
commit 32bcb1a188

View File

@@ -7,7 +7,7 @@ export interface ModeSource {
}
// subtitle track from backend
export interface SubtitleItem {
interface SubtitleItem {
lang: string;
token: string;
}