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