类型别名 UpdateType<SD>

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

类型参数