Interface: IDebugInfo
Debugging information
Properties
duration
• duration: number
reqeust execute duration
Defined in
jin-frame/src/interfaces/IDebugInfo.ts:19
req
• req: AxiosRequestConfig
<any
>
AxiosRequestConfig
Defined in
jin-frame/src/interfaces/IDebugInfo.ts:22
ts
• ts: Object
timestamp information at request start at
Type declaration
Name | Type | Description |
---|---|---|
iso | string | iso timestamp style without hypen, only contain T character and dot ex> 20210721T112233.444 |
unix | string | unix timestamp style timestamp with milliseconds |