config-loader: apply review feedback

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-04-06 17:37:35 +02:00
parent 4caade51a0
commit ae57dd4ac0
11 changed files with 60 additions and 29 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export const cacheServiceFactory: () => ServiceFactory<CacheClient, 'plugin'>;
// @public (undocumented)
export interface ConfigFactoryOptions {
argv?: string[];
remote?: Pick<RemoteConfigSourceOptions, 'reloadIntervalSeconds'>;
remote?: Pick<RemoteConfigSourceOptions, 'reloadInterval'>;
}
// @public (undocumented)
@@ -33,7 +33,7 @@ export interface ConfigFactoryOptions {
/**
* Enables and sets options for remote configuration loading.
*/
remote?: Pick<RemoteConfigSourceOptions, 'reloadIntervalSeconds'>;
remote?: Pick<RemoteConfigSourceOptions, 'reloadInterval'>;
}
/** @public */