add metric types
This commit is contained in:
@@ -67,8 +67,9 @@ export type MetricEvents = {
|
||||
activeStep: number
|
||||
backgroundCount: number
|
||||
}
|
||||
'signup:handleTaken': {}
|
||||
'signup:handleReserved': {}
|
||||
'signup:handleTaken': {typeahead?: boolean}
|
||||
'signup:handleReserved': {typeahead?: boolean}
|
||||
'signup:handleAvailable': {typeahead?: boolean}
|
||||
'signin:hostingProviderPressed': {
|
||||
hostingProviderDidChange: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user