JSON object with different generic values

前端 未结 0 1799
走了就别回头了
走了就别回头了 2021-01-27 05:21

I have the following generic classes:

type SyncReducerAction = (state: TState, ...args: any[]) => TState;

type AsyncReducerAction

        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题