type alias ExportedUserimport { type ExportedUser } from "https://dotland.deno.dev/x/wmill@v1.418.0/gen/types.gen.ts"; definition: { email: string; password_hash?: string; super_admin: boolean; verified: boolean; name?: string; company?: string; first_time_user: boolean; username?: string; }