interface IxAPIEvent {
    data: { statement: any };
}

Properties

Properties

data: { statement: any }