Skip to content

Commit

Permalink
Remove unused Dictionary type
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex authored Nov 10, 2024
1 parent 8c99ff4 commit bdf342d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit bdf342d

Please sign in to comment.