export interface Affiliate {
  id: number;
  slug: string;
  companyId: number;
}
