diff --git a/src/modules/03_logs/interface/response/Main.ts b/src/modules/03_logs/interface/response/Main.ts index f0f2dd6d..30afb602 100644 --- a/src/modules/03_logs/interface/response/Main.ts +++ b/src/modules/03_logs/interface/response/Main.ts @@ -28,6 +28,7 @@ interface ResLog { systemName: string; username: string; // responseDescription: string; // + sequence: Record; tId: string; }