diff --git a/flow-typed/mobx.js b/flow-typed/mobx.js index 2cdabe379..dc1d94052 100644 --- a/flow-typed/mobx.js +++ b/flow-typed/mobx.js @@ -3,7 +3,7 @@ export type IObservableMapInitialValues = IMapEntries | KeyValueMap | IMap export interface IMobxConfigurationOptions { - +enforceActions?: boolean | "strict", + +enforceActions?: boolean | "strict" | "never" | "always" | "observed", computedRequiresReaction?: boolean, isolateGlobalState?: boolean, disableErrorBoundaries?: boolean,