mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Backport pull request #3878 from jellyfin/release-10.8.z
Fix sdk imports to improve build size
Original-merge: f85f7d2fe6
Merged-by: Joshua M. Boniface <joshua@boniface.me>
Backported-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
parent
4736550594
commit
8a2eb0d0d8
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