export default interface DiagnosticsStatusNotification {
    status: 'Uploaded' | 'UploadFailed';
}
