Add command to fetch new Flipper version

Summary: It is a copy-paste of what we have in jest-e2e

Reviewed By: passy

Differential Revision: D51527040

fbshipit-source-id: 36b62edee006580023e9ce2cd309dddfd0dbce84
This commit is contained in:
Andrey Goncharov
2023-11-23 04:08:07 -08:00
committed by Facebook GitHub Bot
parent 4477f3b550
commit 685a0e53d7
3 changed files with 13 additions and 0 deletions

View File

@@ -384,6 +384,7 @@ export type FlipperServerCommands = {
'is-logged-in': () => Promise<boolean>;
'environment-info': () => Promise<EnvironmentInfo>;
'move-pwa': () => Promise<void>;
'fetch-new-version': (version: string) => Promise<void>;
};
export type GraphResponse = {