export interface Session { sessionId: number; sessionKey: string; }