We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d1277 commit e23f57dCopy full SHA for e23f57d
packages/node_modules/overmind/src/internalTypes.ts
@@ -156,7 +156,7 @@ export interface Events {
156
// ============= PRIVATE TYPES FOR APP
157
158
type NestedActions = {
159
- [key: string]: IAction<any, any> | IOperator<any, any> | NestedActions
+ [key: string]: Function | NestedActions
160
}
161
162
export type ResolveAction<T> = T extends IOperator<void, infer R>
0 commit comments