type alias UserArgsTypeimport { type UserArgsType } from "https://deno.land/x/fastro@v0.93.2/modules/user/user.type.ts"; definition: { username: string; email: string; password: string; image?: string; }