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

x/fastro/modules/user/user.type.ts>UserArgsType

Full Stack Framework for Deno, TypeScript, Preact JS and Tailwind CSS
Latest
type alias UserArgsType
import { type UserArgsType } from "https://deno.land/x/fastro@v0.94.1/modules/user/user.type.ts";
definition: { username: string; email: string; password: string; image?: string; }