interface IState {
    events: IStateEvent[];
}

Properties

Properties

events: IStateEvent[]