import type {
AuthMeta,
AuthMode,
AuthRouteRules,
AuthSession,
AuthUser,
RoleName,
} from '@onmax/nuxt-better-auth'
AuthMetaUsed in page meta and routeRules.auth.
AuthRouteRulesExtends Nitro route rules with:
auth?: AuthMetarole?: RoleName | RoleName[]Augment AuthUser / AuthSession by declaring module #nuxt-better-auth.