1
0
Fork 0
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:
grafixeyehero 2023-10-26 02:20:02 +03:00
parent a05c6e4d58
commit ea9ef8624c

View file

@ -24,6 +24,4 @@ export interface LibraryTabContent {
noItemsMessage?: string;
}
export interface LibraryTabMapping {
[index: number]: LibraryTabContent;
}
export type LibraryTabMapping = Record<number, LibraryTabContent>;