Replace jellyfin sdk generated-client models wiyh full path
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { BaseItemKind } from '@jellyfin/sdk/lib/generated-client';
|
||||
import { LibraryTab } from './libraryTab';
|
||||
import { CollectionType } from '@jellyfin/sdk/lib/generated-client/models/collection-type';
|
||||
import { SectionType } from './sections';
|
||||
import type { BaseItemKind } from '@jellyfin/sdk/lib/generated-client/models/base-item-kind';
|
||||
import type { CollectionType } from '@jellyfin/sdk/lib/generated-client/models/collection-type';
|
||||
import type { LibraryTab } from './libraryTab';
|
||||
import type { SectionType } from './sections';
|
||||
|
||||
export interface SectionsView {
|
||||
suggestionSections?: SectionType[];
|
||||
|
||||
Reference in New Issue
Block a user