remove getElectronFile api

This commit is contained in:
Abhinav 2022-08-26 15:04:43 +05:30
parent 09ce8f5b2f
commit 0e0acdf218

View file

@ -20,7 +20,6 @@ export interface ElectronAPIsInterface {
registerRetryFailedExportListener: (retryFailedExport: () => void) => void; registerRetryFailedExportListener: (retryFailedExport: () => void) => void;
getExportRecord: (filePath: string) => Promise<string>; getExportRecord: (filePath: string) => Promise<string>;
setExportRecord: (filePath: string, data: string) => Promise<void>; setExportRecord: (filePath: string, data: string) => Promise<void>;
getElectronFile: (filePath: string) => Promise<ElectronFile>;
showUploadFilesDialog: () => Promise<ElectronFile[]>; showUploadFilesDialog: () => Promise<ElectronFile[]>;
showUploadDirsDialog: () => Promise<ElectronFile[]>; showUploadDirsDialog: () => Promise<ElectronFile[]>;
getPendingUploads: () => Promise<{ getPendingUploads: () => Promise<{