export class AuthenticateResponse { token: string; customers: any[]; }