Type Alias: RemoteConfigType
RemoteConfigType =
object
&EventEmitter
Defined in: types/index.ts:16
Type declaration
Name | Type | Defined in |
---|---|---|
get() | (key ) => Promise <undefined | string > | types/index.ts:21 |
getAll() | () => Promise <Record <string , any >> | types/index.ts:22 |
load() | () => Promise <void > | types/index.ts:17 |
stop() | () => void | types/index.ts:18 |
sync() | () => void | types/index.ts:19 |
update() | () => void | types/index.ts:20 |