Module

x/opine/examples/mvc/db.ts>User

Fast, minimalist web framework for Deno ported from ExpressJS.
Go to Latest
interface User
import { type User } from "https://dotland.deno.dev/x/opine@2.2.0/examples/mvc/db.ts";

Properties

optional
name: string
optional
pets: Pet[]
optional
id: number