Type Alias ButtonConfiguration

ButtonConfiguration: {
    buttonID: number;
    buttonName?: string;
    buttonType: ButtonType;
}