mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-23 05:59:50 +00:00
Remove unused Dictionary type
This commit is contained in:
parent
8c99ff424f
commit
bdf342d33a
2
src/types/global.d.ts
vendored
2
src/types/global.d.ts
vendored
@ -9,8 +9,6 @@ import type {
|
||||
} from '@jellyfin/sdk/lib/generated-client';
|
||||
import { TextTrackEdgeType } from 'chromecast-caf-receiver/cast.framework.messages';
|
||||
|
||||
export type Dictionary<T> = Record<string, T>;
|
||||
|
||||
// Messagebus message
|
||||
export interface BusMessage {
|
||||
type: string;
|
||||
|
Loading…
Reference in New Issue
Block a user