类型别名 StructRowProxy<T>

StructRowProxy: StructRow<T> & { [P in keyof T]: T[P]["TValue"] } & {
    [key: symbol]: any;
}

类型参数

  • T extends TypeMap = any