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 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
} }