Type alias StructRowProxy<T>

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

Type Parameters

  • T extends TypeMap = any

Generated using TypeDoc