manchenkoff / nuxt-auth-sanctum

Nuxt module for Laravel Sanctum authentication
https://manchenkoff.gitbook.io/nuxt-auth-sanctum/
MIT License
116 stars 16 forks source link

[Bug] useSanctumConfig has no types in dist package #86

Closed manchenkoff closed 1 month ago

manchenkoff commented 1 month ago

Fix the typing of the exported composable useSanctumConfig. Right now it is any and has no sense to use in the client packages.