The interface for my initial state looks like so:
type List = (User | Post)[]; interface InitialState { [index: string]: List | boolean; users: User[