feat: 플레이 감사 장수 로그를 기수별로 조회

This commit is contained in:
2026-09-16 04:03:14 +00:00
parent 69a61b317c
commit 31c5927449
20 changed files with 437 additions and 21 deletions
+1
View File
@@ -416,6 +416,7 @@ export interface TurnEngineEventCreateManyInput {
}
export interface TurnEngineLogEntryCreateManyInput {
serverId?: string | null;
scope: LogScope;
category: LogCategory;
subType: string | null;