type alias Userimport { type User } from "https://deno.land/x/deno_nest@v3.15.1/example/authentication/src/users/users.service.ts"; definition: { userId: number; username: string; password: string; }