export interface ICustomer { country: string; lastProviderId: number; }