interface IAccountData {
    events: IMinimalEvent[];
}

Properties

Properties

events: IMinimalEvent[]