export interface Signup { event: 'sign_up'; method: 'Google' | 'Facebook' | 'Internal'; }