type alias ExportedUserimport { type ExportedUser } from "https://dotland.deno.dev/x/windmill@v1.415.2/windmill-api/models/ExportedUser.ts"; definition: { email: string; password_hash?: string; super_admin: boolean; verified: boolean; name?: string; company?: string; first_time_user: boolean; username?: string; }