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

x/netzo/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.4.10/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; }