跳转到内容

ReduxDevToolsImportState

当你需要复用类型结构时使用此类型别名。

ReduxDevToolsImportState
NameType
actionsByIdRecord<string, { type: string; }>
computedStates{ state: unknown; }[]
currentStateIndexnumber
nextActionIdnumber
skippedActionIdsnumber[]
stagedActionIdsnumber[]
import type { ReduxDevToolsImportState } from '@iostore/devtools';
let value!: ReduxDevToolsImportState;
console.log(value);
  • 避免在用户文档中展开过于复杂的类型细节。
  • 调整类型别名时注意下游兼容性。
  • packages/io-devtools/src/lib/types.ts