export interface IauthenticationResponse { access: string; refresh: string; }