7 lines
90 B
TypeScript
7 lines
90 B
TypeScript
import {Friend} from '..';
|
|
|
|
export class FriendRemovedEvent
|
|
{
|
|
friend: Friend;
|
|
}
|