interface IEventData {
    data: string;
    sender: string;
}

Implemented by

Properties

Properties

data: string
sender: string