interface AppContext {
    store: Store<State>;
    username: string;
}

Properties

Properties

store: Store<State>
username: string