diff --git a/types/index.d.ts b/types/index.d.ts index 6f613bd66..c8323c025 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -86,6 +86,7 @@ export interface StoreOptions { modules?: ModuleTree; plugins?: Plugin[]; strict?: boolean; + devtools?: boolean; } export type ActionHandler = (this: Store, injectee: ActionContext, payload: any) => any;