UNPKG
ng-config-cat
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.0
An Angular service for ConfigCat
github.com/nodm/ng-config-cat
nodm/ng-config-cat
ng-config-cat
/
lib
/
models
/
polling-mode-options.interface.d.ts
6 lines
(5 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
LogLevel
}
from
'configcat-common'
;
export
interface
PollingModeOptions
{
logLevel
?:
LogLevel
;
requestTimeout
?:
number
; }