1
0
Fork 0
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:
Bill Thornton 2022-09-06 00:42:25 -04:00
parent 89ec4f4e8a
commit 03ce4210af
12 changed files with 14 additions and 12 deletions

2
src/apiclient.d.ts vendored
View file

@ -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,