FirmwareUpdateActions
data class FirmwareUpdateActions(val onReleaseTypeSelect: (ERROR CLASS: Symbol not found for FirmwareReleaseType) -> Unit, val onStartUpdate: () -> Unit, val onPickFile: () -> Unit, val onSaveFile: (String) -> Unit, val onRetry: () -> Unit, val onCancel: () -> Unit, val onDone: () -> Unit, val onDismissBootloaderWarning: () -> Unit)(source)