diff --git a/src/types/libraryTabContent.ts b/src/types/libraryTabContent.ts index 79bff924e5..f06896fdb8 100644 --- a/src/types/libraryTabContent.ts +++ b/src/types/libraryTabContent.ts @@ -24,6 +24,4 @@ export interface LibraryTabContent { noItemsMessage?: string; } -export interface LibraryTabMapping { - [index: number]: LibraryTabContent; -} +export type LibraryTabMapping = Record;