mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix sdk imports to improve build size
This commit is contained in:
parent
89ec4f4e8a
commit
03ce4210af
12 changed files with 14 additions and 12 deletions
2
src/apiclient.d.ts
vendored
2
src/apiclient.d.ts
vendored
|
@ -1,7 +1,7 @@
|
|||
// TODO: Move to jellyfin-apiclient
|
||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||
declare module 'jellyfin-apiclient' {
|
||||
import {
|
||||
import type {
|
||||
AllThemeMediaResult,
|
||||
AuthenticationResult,
|
||||
BaseItemDto,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue