Fix remaining any type warnings
This commit is contained in:
parent
76b633b62d
commit
b31060bbeb
3 changed files with 30 additions and 7 deletions
2
src/apiclient.d.ts
vendored
2
src/apiclient.d.ts
vendored
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue