wip
This commit is contained in:
parent
1259fabd7f
commit
037a1daa79
20 changed files with 114 additions and 253 deletions
|
|
@ -70,7 +70,6 @@ import { MiFlashLike } from '@/models/FlashLike.js';
|
|||
import { MiUserListFavorite } from '@/models/UserListFavorite.js';
|
||||
import { MiBubbleGameRecord } from '@/models/BubbleGameRecord.js';
|
||||
import { MiReversiGame } from '@/models/ReversiGame.js';
|
||||
import { MiReversiMatching } from '@/models/ReversiMatching.js';
|
||||
|
||||
import type { Repository } from 'typeorm';
|
||||
|
||||
|
|
@ -142,7 +141,6 @@ export {
|
|||
MiUserMemo,
|
||||
MiBubbleGameRecord,
|
||||
MiReversiGame,
|
||||
MiReversiMatching,
|
||||
};
|
||||
|
||||
export type AbuseUserReportsRepository = Repository<MiAbuseUserReport>;
|
||||
|
|
@ -212,4 +210,3 @@ export type FlashLikesRepository = Repository<MiFlashLike>;
|
|||
export type UserMemoRepository = Repository<MiUserMemo>;
|
||||
export type BubbleGameRecordsRepository = Repository<MiBubbleGameRecord>;
|
||||
export type ReversiGamesRepository = Repository<MiReversiGame>;
|
||||
export type ReversiMatchingsRepository = Repository<MiReversiMatching>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue