feat: 프로필별 플레이 감사 조회와 권한 검사 연결
This commit is contained in:
@@ -19,6 +19,10 @@ export interface DatabaseClient {
|
||||
diplomacy: GamePrisma.DiplomacyDelegate;
|
||||
diplomacyLetter: GamePrisma.DiplomacyLetterDelegate;
|
||||
yearbookHistory: GamePrisma.YearbookHistoryDelegate;
|
||||
playAuditMonth: GamePrisma.PlayAuditMonthDelegate;
|
||||
playAuditNation: GamePrisma.PlayAuditNationDelegate;
|
||||
playAuditCity: GamePrisma.PlayAuditCityDelegate;
|
||||
playAuditGeneral: GamePrisma.PlayAuditGeneralDelegate;
|
||||
rankData: GamePrisma.RankDataDelegate;
|
||||
hallOfFame: GamePrisma.HallOfFameDelegate;
|
||||
gameHistory: GamePrisma.GameHistoryDelegate;
|
||||
|
||||
Reference in New Issue
Block a user