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
/
request.d.ts
4 lines
(3 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
import
{
FetchConfig
}
from
'@refactorjs/ofetch'
;
export
type
HTTPRequest
=
FetchConfig
& {};
export
type
HTTPResponse
=
Promise
<
any
>;