import type Profile from "../profile.ts"; export interface ProfileUpdateEvent { profile: Profile }