@candlerip/shared3 0.0.16 → 0.0.18
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,5 +1,7 @@
|
|
1
|
-
import { BackendInitConfig, DictionaryServiceConfig } from '../../../sub-project/index.js';
|
1
|
+
import { BackendInitConfig, CacheServiceConfig, DictionaryServiceConfig, RedisConfig } from '../../../sub-project/index.js';
|
2
2
|
export type ConfigNameTypeMap = {
|
3
3
|
'backend-init': BackendInitConfig;
|
4
|
+
'cache-service': CacheServiceConfig;
|
4
5
|
'dictionary-service': DictionaryServiceConfig;
|
6
|
+
redis: RedisConfig;
|
5
7
|
};
|