export default interface Authentication {
  login: string,
  password: string,
  url: string
}