@@ -320,8 +320,7 @@ export type ExportWalletsMainResponse = {
320320 */
321321export const GENERATE_WALLET_MIGRATION_REPORT_CHANNEL =
322322 'GENERATE_WALLET_MIGRATION_REPORT_CHANNEL' ;
323- export type GenerateWalletMigrationReportRendererRequest =
324- WalletMigrationReportData ;
323+ export type GenerateWalletMigrationReportRendererRequest = WalletMigrationReportData ;
325324export type GenerateWalletMigrationReportMainResponse = void ;
326325
327326/**
@@ -370,8 +369,7 @@ export type ResumeDownloadMainResponse = ResumeDownloadResponse | void;
370369 */
371370export const DELETE_DOWNLOADED_FILE = 'DELETE_DOWNLOADED_FILE' ;
372371export type DeleteDownloadedFileRendererRequest = DeleteDownloadedFileRequest ;
373- export type DeleteDownloadedFileMainResponse =
374- DeleteDownloadedFileResponse | void ;
372+ export type DeleteDownloadedFileMainResponse = DeleteDownloadedFileResponse | void ;
375373
376374/**
377375 * Channel for initiating the download manager
@@ -384,16 +382,14 @@ export type DownloadLocalDataMainResponse = DownloadLocalDataResponse;
384382 * Channel for initiating the download manager
385383 */
386384export const GET_DOWNLOADS_LOCAL_DATA = 'GET_DOWNLOADS_LOCAL_DATA' ;
387- export type DownloadsLocalDataRendererRequest =
388- DownloadsLocalDataRequest | void ;
385+ export type DownloadsLocalDataRendererRequest = DownloadsLocalDataRequest | void ;
389386export type DownloadsLocalDataMainResponse = DownloadsLocalDataResponse | void ;
390387
391388/**
392389 * Channel for initiating the download manager
393390 */
394391export const CLEAR_DOWNLOAD_LOCAL_DATA = 'CLEAR_DOWNLOAD_LOCAL_DATA' ;
395- export type ClearDownloadLocalDataRendererRequest =
396- ClearDownloadLocalDataRequest ;
392+ export type ClearDownloadLocalDataRendererRequest = ClearDownloadLocalDataRequest ;
397393export type ClearDownloadLocalDataMainResponse = ClearDownloadLocalDataResponse ;
398394
399395/**
@@ -471,16 +467,12 @@ export type GetBlockSyncProgressMainResponse = BlockSyncProgress;
471467
472468export const GET_HARDWARE_WALLET_TRANSPORT_CHANNEL =
473469 'GET_HARDWARE_WALLET_TRANSPORT_CHANNEL' ;
474- export type getHardwareWalletTransportRendererRequest =
475- HardwareWalletTransportDeviceRequest ;
476- export type getHardwareWalletTransportMainResponse =
477- HardwareWalletTransportDeviceResponse ;
470+ export type getHardwareWalletTransportRendererRequest = HardwareWalletTransportDeviceRequest ;
471+ export type getHardwareWalletTransportMainResponse = HardwareWalletTransportDeviceResponse ;
478472export const GET_EXTENDED_PUBLIC_KEY_CHANNEL =
479473 'GET_EXTENDED_PUBLIC_KEY_CHANNEL' ;
480- export type getExtendedPublicKeyRendererRequest =
481- HardwareWalletExtendedPublicKeyRequest ;
482- export type getExtendedPublicKeyMainResponse =
483- HardwareWalletExtendedPublicKeyResponse ;
474+ export type getExtendedPublicKeyRendererRequest = HardwareWalletExtendedPublicKeyRequest ;
475+ export type getExtendedPublicKeyMainResponse = HardwareWalletExtendedPublicKeyResponse ;
484476export const GET_CARDANO_ADA_APP_CHANNEL = 'GET_CARDANO_ADA_APP_CHANNEL' ;
485477export type getCardanoAdaAppRendererRequest = {
486478 path : string | null | undefined ;
@@ -489,8 +481,7 @@ export type getCardanoAdaAppRendererRequest = {
489481export type getCardanoAdaAppMainResponse = HardwareWalletCardanoAdaAppResponse ;
490482export const GET_HARDWARE_WALLET_CONNECTION_CHANNEL =
491483 'GET_HARDWARE_WALLET_CONNECTION_CHANNEL' ;
492- export type getHardwareWalletConnectionMainRequest =
493- HardwareWalletConnectionRequest ;
484+ export type getHardwareWalletConnectionMainRequest = HardwareWalletConnectionRequest ;
494485export type getHardwareWalletConnectionRendererResponse =
495486 | LedgerDevicePayload
496487 | TrezorDevicePayload
0 commit comments