Type alias StructRowProxy<T>

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

Type Parameters

  • T extends TypeMap = any

Type declaration

  • [key: symbol]: any

Generated using TypeDoc