UNPKG

ng-config-cat

Version:

An Angular service for ConfigCat

6 lines (5 loc) 139 B
import { LogLevel } from 'configcat-common'; export interface PollingModeOptions { logLevel?: LogLevel; requestTimeout?: number; }