interface Process {
            // Allows the use of Redux DevTools when true
            DEV_MODE: boolean;

            store: Store<StoreState, StoreActions>;