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