Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit ca2fc39

Browse files
committed
🚨 Update templates/types/index.d.ts
1 parent ceb63e0 commit ca2fc39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internals/templates/types/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { Reducer, Store } from 'redux';
22
import { RouterState } from 'connected-react-router';
33
import { ContainerState as LanguageProviderState } from 'containers/LanguageProvider/types';
4+
// [IMPORT NEW CONTAINERSTATE ABOVE] < Needed for generating continers seamlessly
45

56
export interface InjectedStore extends Store {
67
injectedReducers: any;
@@ -23,6 +24,8 @@ export interface InjectSagaParams {
2324
export interface ApplicationRootState {
2425
readonly router: RouterState;
2526
readonly language: LanguageProviderState;
27+
// [INSERT NEW REDUCER KEY ABOVE] < Needed for generating continers seamlessly
28+
2629
// for testing purposes
2730
readonly test: any;
2831
}

0 commit comments

Comments
 (0)