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