@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
11 lines • 319 B
TypeScript
import { Observable } from "rxjs";
export declare const repairChoices: {
id: string;
label: string;
forceMCU: string;
}[];
declare const repair: (deviceId: string, forceMCU_?: string | null) => Observable<{
progress: number;
}>;
export default repair;
//# sourceMappingURL=firmwareUpdate-repair.d.ts.map