export type Distributor = { id: string; name: string; description: string; phone: string; company: string; };