import type { Friend } from '../classes/public/Friend'; export class FriendRemovedEvent { public friend: Friend; }