Type alias SupportedButtonConfiguration

SupportedButtonConfiguration: {
    buttonID: number;
    buttonType: ButtonType;
}

Type declaration