Andrii Maglovanyi
Results
2
comments of
Andrii Maglovanyi
Please take a look at this definitions draft: ``` declare module 'autodux' { interface LooseObject { [prop: string]: any, selectTime: any } interface ReducerSlice { initial: any, actions?: LooseObject, selectors?:...
Hey @donkii , I'm scratching my head now on the same issue. Did you figure out the solution?