export interface SignupParams { method?: string; } export interface SignupEvent { name: 'signup'; params: SignupParams; }