Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/abc/examples/ultra_cat_app/user/user.ts>User

A better Deno framework to create web application.
Latest
interface User
import { type User } from "https://deno.land/x/abc@v1.3.3/examples/ultra_cat_app/user/user.ts";

Properties

optional
id: number
optional
username: string
optional
password: string