Remove unused Dictionary type

This commit is contained in:
Matthew Haughton 2024-11-10 22:33:45 +11:00 committed by GitHub
parent 8c99ff424f
commit bdf342d33a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;