Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
type alias AuthUser
import { type AuthUser } from "https://deno.land/x/netzo@0.4.87/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; }