类型别名 UpdateType<S>

UpdateType<S>: {
    [key in keyof S]?: ExtractUpdateType<S[key]>
}

类型参数

  • S extends StateDefinition