Searched refs:SessionState (Results 1 – 1 of 1) sorted by relevance
9 const SessionState = Record<SessionObject>({ constant20 export default (state: SessionType = new SessionState(), action: SessionActions): SessionType => {23 return new SessionState(action.payload);25 return new SessionState();