add metric types

This commit is contained in:
Samuel Newman
2025-07-03 14:34:43 +03:00
parent 36bb6772d9
commit d43ab58edc
+3 -2
View File
@@ -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
}