Skip to main content
Module

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

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