store log กับ type
This commit is contained in:
parent
b4b64a1267
commit
3f225d2d58
2 changed files with 82 additions and 2 deletions
|
|
@ -11,4 +11,17 @@ interface ResRound {
|
|||
startDate: Date;
|
||||
}
|
||||
|
||||
export type { ResRound };
|
||||
interface ResLog {
|
||||
endTimeStamp: Date;
|
||||
endpoint: string;
|
||||
host: string;
|
||||
logType: string;
|
||||
method: string;
|
||||
processTime: number;
|
||||
responseCode: number;
|
||||
startTimeStamp: Date;
|
||||
systemName: string;
|
||||
tId: string;
|
||||
}
|
||||
|
||||
export type { ResRound, ResLog };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue