import type { AuthClient } from '~/types/auth' export function useAuth(): AuthClient { return useNuxtApp().$auth }