类型别名 StateType<S>

StateType<S>: {
    [key in keyof S]: ExtractValueType<S[key]>
}

类型参数

  • S extends StateDefinition