Interface: DiagnosticStep ​
Defined in: types.ts:91
Result of a single diagnostic step.
Properties ​
latencyMs? ​
readonlyoptionallatencyMs?:number
Defined in: types.ts:97
Time taken in milliseconds (optional)
message? ​
readonlyoptionalmessage?:string
Defined in: types.ts:99
Additional information (e.g., resolved IP, error message)
name ​
readonlyname:string
Defined in: types.ts:93
Name of the diagnostic step (e.g., 'DNS Resolve', 'TCP Connect')
status ​
readonlystatus:DiagnosticStatus
Defined in: types.ts:95
Status of the step