File tree 8 files changed +16
-16
lines changed
8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
import { MediaType } from '../utils/MediaType' ;
2
- import type { ModelToData } from '../utils/Utils' ;
3
- import { mediaDbTag , migrateObject } from '../utils/Utils' ;
2
+ import type { ModelToData } from '../utils/Utils' ;
3
+ import { mediaDbTag , migrateObject } from '../utils/Utils' ;
4
4
import { MediaTypeModel } from './MediaTypeModel' ;
5
5
6
6
export type BoardGameData = ModelToData < BoardGameModel > ;
Original file line number Diff line number Diff line change 1
1
import { MediaType } from '../utils/MediaType' ;
2
- import type { ModelToData } from '../utils/Utils' ;
3
- import { mediaDbTag , migrateObject } from '../utils/Utils' ;
2
+ import type { ModelToData } from '../utils/Utils' ;
3
+ import { mediaDbTag , migrateObject } from '../utils/Utils' ;
4
4
import { MediaTypeModel } from './MediaTypeModel' ;
5
5
6
6
export type BookData = ModelToData < BookModel > ;
Original file line number Diff line number Diff line change 1
1
import { MediaType } from '../utils/MediaType' ;
2
- import type { ModelToData } from '../utils/Utils' ;
3
- import { mediaDbTag , migrateObject } from '../utils/Utils' ;
2
+ import type { ModelToData } from '../utils/Utils' ;
3
+ import { mediaDbTag , migrateObject } from '../utils/Utils' ;
4
4
import { MediaTypeModel } from './MediaTypeModel' ;
5
5
6
6
export type GameData = ModelToData < GameModel > ;
Original file line number Diff line number Diff line change 1
1
import { MediaType } from '../utils/MediaType' ;
2
- import type { ModelToData } from '../utils/Utils' ;
3
- import { mediaDbTag , migrateObject } from '../utils/Utils' ;
2
+ import type { ModelToData } from '../utils/Utils' ;
3
+ import { mediaDbTag , migrateObject } from '../utils/Utils' ;
4
4
import { MediaTypeModel } from './MediaTypeModel' ;
5
5
6
6
export type MangaData = ModelToData < MangaModel > ;
Original file line number Diff line number Diff line change 1
1
import { MediaType } from '../utils/MediaType' ;
2
- import type { ModelToData } from '../utils/Utils' ;
3
- import { mediaDbTag , migrateObject } from '../utils/Utils' ;
2
+ import type { ModelToData } from '../utils/Utils' ;
3
+ import { mediaDbTag , migrateObject } from '../utils/Utils' ;
4
4
import { MediaTypeModel } from './MediaTypeModel' ;
5
5
6
6
export type MovieData = ModelToData < MovieModel > ;
Original file line number Diff line number Diff line change 1
1
import { MediaType } from '../utils/MediaType' ;
2
- import type { ModelToData } from '../utils/Utils' ;
3
- import { mediaDbTag , migrateObject } from '../utils/Utils' ;
2
+ import type { ModelToData } from '../utils/Utils' ;
3
+ import { mediaDbTag , migrateObject } from '../utils/Utils' ;
4
4
import { MediaTypeModel } from './MediaTypeModel' ;
5
5
6
6
export type MusicReleaseData = ModelToData < MusicReleaseModel > ;
Original file line number Diff line number Diff line change 1
1
import { MediaType } from '../utils/MediaType' ;
2
- import type { ModelToData } from '../utils/Utils' ;
3
- import { mediaDbTag , migrateObject } from '../utils/Utils' ;
2
+ import type { ModelToData } from '../utils/Utils' ;
3
+ import { mediaDbTag , migrateObject } from '../utils/Utils' ;
4
4
import { MediaTypeModel } from './MediaTypeModel' ;
5
5
6
6
export type SeriesData = ModelToData < SeriesModel > ;
Original file line number Diff line number Diff line change 1
1
import { MediaType } from '../utils/MediaType' ;
2
- import type { ModelToData } from '../utils/Utils' ;
3
- import { mediaDbTag , migrateObject } from '../utils/Utils' ;
2
+ import type { ModelToData } from '../utils/Utils' ;
3
+ import { mediaDbTag , migrateObject } from '../utils/Utils' ;
4
4
import { MediaTypeModel } from './MediaTypeModel' ;
5
5
6
6
export type WikiData = ModelToData < WikiModel > ;
You can’t perform that action at this time.
0 commit comments