Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias User
import { type User } from "https://deno.land/x/netzo@0.2.94/plugins/portals/utils/db.ts";
definition: { id: string; login: string; sessionId: string; name: string; email: string; role: string; createdAt: string; updatedAt: string; }