Searched refs:SessionObject (Results 1 – 3 of 3) sorted by relevance
3 export type SessionObject = { alias7 export type SessionType = Record<SessionObject> & Readonly<SessionObject>;9 const SessionState = Record<SessionObject>({16 payload: SessionObject;
1 import { SessionObject } from './SessionReducer';8 setSession(session: SessionObject): AppThunk {
5 import { SessionObject } from '../redux/SessionReducer';54 await saveSessionAsync(results as SessionObject);65 async function saveSessionAsync(session: SessionObject): Promise<void> {