From 3ce61684361477a55b6d5e5e3fd16f59297bc88d Mon Sep 17 00:00:00 2001 From: Net Date: Tue, 30 Jul 2024 11:00:32 +0700 Subject: [PATCH] add type ResLog sequence --- src/modules/03_logs/interface/response/Main.ts | 1 + 1 file changed, 1 insertion(+) 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; }