mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(app-update): add in-app update flow with native e2e coverage
This commit is contained in:
Vendored
+1
@@ -13,6 +13,7 @@ declare global {
|
||||
copyToClipboard: (text: string) => Promise<{ success: boolean; error?: string }>;
|
||||
getPlatform: () => Promise<{ platform: NodeJS.Platform; arch: string; version: string }>;
|
||||
automateUploadMedia: (options: { provider: ProviderId; filePath: string }) => Promise<{ url: string; provider: ProviderId }>;
|
||||
downloadAndInstallUpdate?: (options: { url: string; fileName: string }) => Promise<void>;
|
||||
getPathForFile?: (file: File) => string | null;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user