refactor: make SubtitleItem interface private

This commit is contained in:
2026-06-21 01:12:15 +02:00
parent aad3b775cd
commit f0633dba46

View File

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