export default interface FirmwareStatusNotification {
    status: 'Downloaded' | 'DownloadFailed' | 'InstallationFailed' | 'Installed';
}
