类型别名 StateType<SD>

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

类型参数