interface IAuthData { tokens: string[]; sessionId: string; } export default IAuthData;