mirror of
https://github.com/iptv-org/iptv.git
synced 2026-06-13 21:02:09 +08:00
10 lines
133 B
TypeScript
10 lines
133 B
TypeScript
export type LanguageSerializedData = {
|
|
code: string
|
|
name: string
|
|
}
|
|
|
|
export type LanguageData = {
|
|
code: string
|
|
name: string
|
|
}
|