Fix remaining any type warnings

This commit is contained in:
Bill Thornton 2022-02-28 09:58:52 -05:00
parent 76b633b62d
commit b31060bbeb
3 changed files with 30 additions and 7 deletions

2
src/apiclient.d.ts vendored
View file

@ -1,4 +1,5 @@
// TODO: Move to jellyfin-apiclient
/* eslint-disable @typescript-eslint/no-explicit-any */
declare module 'jellyfin-apiclient' {
import {
AllThemeMediaResult,
@ -348,3 +349,4 @@ declare module 'jellyfin-apiclient' {
trigger(obj: any, eventName: string, ...args: any[]): void;
};
}
/* eslint-enable @typescript-eslint/no-explicit-any */