export default interface DiagnosticsStatusNotificationRequest {
    status: 'Idle' | 'Uploaded' | 'UploadFailed' | 'Uploading';
}
