UNPKG
@lucasroll62/nuxt3-auth
Version:
latest (1.0.1)
1.0.1
1.0.0
An alternative module to @nuxtjs/auth
github.com/lucasroll62/nuxt3-auth
lucasroll62/nuxt3-auth
@lucasroll62/nuxt3-auth
/
dist
/
types
/
router.d.ts
3 lines
(2 loc)
•
104 B
TypeScript
View Raw
1
2
3
import
type
{
RouteLocationNormalized
}
from
'vue-router'
;
export
type
Route
=
RouteLocationNormalized
;