vkashti / types / distributor.ts
distributor.ts
Raw
export type Distributor = {
  id: string;
  name: string;
  description: string;
  phone: string;
  company: string;
};