mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Move itemdto to base models folder
This commit is contained in:
parent
efe5d0b84d
commit
d5a775502b
33 changed files with 32 additions and 32 deletions
|
@ -5,7 +5,7 @@ import type { BaseItemDtoImageBlurHashes } from '@jellyfin/sdk/lib/generated-cli
|
|||
import type { CollectionType } from '@jellyfin/sdk/lib/generated-client/models/collection-type';
|
||||
import { CardShape } from 'utils/card';
|
||||
import type { NullableString } from './base/common/shared/types';
|
||||
import type { ItemDto } from './itemDto';
|
||||
import type { ItemDto } from './base/models/item-dto';
|
||||
import type { ParentId } from './library';
|
||||
|
||||
export interface CardOptions {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import { ItemSortBy } from '@jellyfin/sdk/lib/models/api/item-sort-by';
|
||||
import type { CollectionType } from '@jellyfin/sdk/lib/generated-client/models/collection-type';
|
||||
import type { ItemDto } from './itemDto';
|
||||
import type { ItemDto } from './base/models/item-dto';
|
||||
export interface ListOptions {
|
||||
items?: ItemDto[] | null;
|
||||
index?: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue