Lisandro Di Meo
08/11/2025, 1:19 PMhandleDeepLink
when navigating to a route that has type-safe arguments? 🧵Lisandro Di Meo
08/11/2025, 1:19 PMnavDeepLink<AuthenticateNavigation.SignUpForm>(
basePath = RESUME_SIGN_UP_URI,
typeMap = mapOf(
typeOf<Int>() to NavType.IntType,
typeOf<Boolean>() to NavType.BoolType,
)
)