Type Alias StructRowProxy<T>

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

Type Parameters

  • T extends TypeMap = any