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:
committed by
Facebook GitHub Bot
parent
4477f3b550
commit
685a0e53d7
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user