Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/netzo/core/plugins/auth/utils/db.ts>AuthUser

Deno-powered framework for building business web apps
Go to Latest
type alias AuthUser
import { type AuthUser } from "https://deno.land/x/netzo@0.3.91/core/plugins/auth/utils/db.ts";
definition: { id: string; provider: AuthProvider; authId: string; sessionId: string; name: string; email: string; avatar: string; roles: string[]; createdAt: string; updatedAt: string; }