mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use Record types
This commit is contained in:
parent
a05c6e4d58
commit
ea9ef8624c
1 changed files with 1 additions and 3 deletions
|
@ -24,6 +24,4 @@ export interface LibraryTabContent {
|
|||
noItemsMessage?: string;
|
||||
}
|
||||
|
||||
export interface LibraryTabMapping {
|
||||
[index: number]: LibraryTabContent;
|
||||
}
|
||||
export type LibraryTabMapping = Record<number, LibraryTabContent>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue