import { InitialState } from './interfaces'; const initialState: InitialState = { bootTime: new Date(), value: {}, }; export default initialState;