export interface EmailDomainChangedEvent { type?: string; email_domain?: string; event_ts?: string; }