We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2778cfa commit 36c6d24Copy full SHA for 36c6d24
src/module.ts
@@ -3,6 +3,8 @@ import { defineNuxtModule, addImportsDir, addPlugin, createResolver, extendViteC
3
import type { CookieOptions } from 'nuxt/app'
4
import { joinURL } from 'ufo'
5
6
+export type * from './runtime/types'
7
+
8
export interface AuthOptions {
9
populate?: string | string[]
10
fields?: string | string[]
0 commit comments