From bdf342d33a7e23555a53903ee809a5aa5efa6458 Mon Sep 17 00:00:00 2001 From: Matthew Haughton <3flex@users.noreply.github.com> Date: Sun, 10 Nov 2024 22:33:45 +1100 Subject: [PATCH] Remove unused Dictionary type --- src/types/global.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/types/global.d.ts b/src/types/global.d.ts index db93ba2..6f4bf2b 100644 --- a/src/types/global.d.ts +++ b/src/types/global.d.ts @@ -9,8 +9,6 @@ import type { } from '@jellyfin/sdk/lib/generated-client'; import { TextTrackEdgeType } from 'chromecast-caf-receiver/cast.framework.messages'; -export type Dictionary = Record; - // Messagebus message export interface BusMessage { type: string;