/** * Used in the getSessionData method as return value */ export interface SessionData { sessionId: string; type: string; lastLogin: string; lastIp: string; }