DirectusUser
Import type for DirectusUser
import { DirectusUser } from "nuxt-directus/dist/runtime/types";
{ auth_data?: unknown | null; description?: string | null; email?: string | null; email_notifications?: boolean | null; external_identifier?: string | null; first_name?: string | null; id: string; language?: string | null; last_access?: string | null; last_name?: string | null; last_page?: string | null; location?: string | null; password?: string | null; provider: string; status: string; tags?: unknown | null; tfa_secret?: string | null; theme?: string | null; title?: string | null; token?: string | null; [key: string]: any;}