export interface AffiliateInput { name: string; id: string; followUpEmail: string; salesChannelId: string; searchEndpoint: string; }