Home
last modified time | relevance | path

Searched refs:SessionState (Results 1 – 1 of 1) sorted by relevance

/expo/home/redux/
H A DSessionReducer.ts9 const SessionState = Record<SessionObject>({ constant
20 export default (state: SessionType = new SessionState(), action: SessionActions): SessionType => {
23 return new SessionState(action.payload);
25 return new SessionState();