Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/alephjs/examples/api-app/routes/users/index.ts>User

The Full-stack Framework in Deno.
Latest
type alias User
import { type User } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/examples/api-app/routes/users/index.ts";
definition: { uid: number; name: string; createdAt: string; }