interface Action {
    buttons: Button[];
}

Properties

Properties

buttons: Button[]