UNPKG

@lucasroll62/nuxt3-auth

Version:

An alternative module to @nuxtjs/auth

4 lines (3 loc) 135 B
import { FetchConfig } from '@refactorjs/ofetch'; export type HTTPRequest = FetchConfig & {}; export type HTTPResponse = Promise<any>;