Added missing Flow annotation

This commit is contained in:
Brian Vaughn
2019-04-02 11:53:18 -07:00
parent fa317bed61
commit f415e2447e
+1
View File
@@ -32,6 +32,7 @@ const debug = (methodName, ...args) => {
};
type Config = {|
isProfiling?: boolean,
supportsFileDownloads?: boolean,
supportsReloadAndProfile?: boolean,
supportsProfiling?: boolean,