Logs: เลือก วัน เวลา ช่วงเวลา + sort เวลา

This commit is contained in:
oat_dev 2024-07-31 15:53:14 +07:00
parent 65d7c05e9b
commit 6e2603c734
4 changed files with 309 additions and 139 deletions

View file

@ -30,6 +30,8 @@ interface ResLog {
responseDescription: string; //
sequence: Record<string, any>;
tId: string;
input: string;
output: string;
}
export type { ResRound, ResLog };