koot
koot copied to clipboard
CLI: 选择是否使用 koot-redux
如果选择使用,types/modules.d.ts
里添加
declare module 'redux' {
interface Dispatch<A extends Action = AnyAction> {
<T extends A>(actionId: string, action: T): Promise<T>;
}
}