export interface customer {
  name: string;
  email: string;
  account: string;
  login: string;
}
