Skip to content

Commit f99d1d5

Browse files
fix(overmind): fix typing of actions where there are non
1 parent 4ed2fbe commit f99d1d5

File tree

1 file changed

+1
-1
lines changed
  • packages/node_modules/overmind/src

1 file changed

+1
-1
lines changed

packages/node_modules/overmind/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export class Overmind<Config extends Configuration> implements BaseApp {
6262
initialized: Promise<any>
6363
eventHub: EventEmitter<Events>
6464
devtools: Devtools
65-
actions: ResolveActions<Config['actions']>
65+
actions: ResolveActions<Config['actions'] | {}>
6666
state: ResolveState<Config['state']>
6767
effects: Config['effects']
6868
constructor(configuration: Config, options: Options = {}) {

0 commit comments

Comments
 (0)