Const constants
constants: { http: { _userAgents: string[]; maxTimeout: number; get userAgent(): string } } = ...
Type declaration
-
http: { _userAgents: string[]; maxTimeout: number; get userAgent(): string }
-
_userAgents: string[]
-
maxTimeout: number
-
get userAgent(): string