interface VehicleCrashDiagnostic {
    crashDetectionState: VehicleCrashDetectionState;
    crashDetectionStateDescription: string;
}

Properties

crashDetectionState: VehicleCrashDetectionState
crashDetectionStateDescription: string