Skip to main content

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

NameTypeDescription
isostringiso timestamp style without hypen, only contain T character and dot ex> 20210721T112233.444
unixstringunix timestamp style timestamp with milliseconds

Defined in

jin-frame/src/interfaces/IDebugInfo.ts:8