StructFieldDefinition Interface

    Package: @esfx/struct-type
    Declaration
    export interface StructFieldDefinition 

    Properties

    name

    Declaration
    readonly name: conststring | constsymbol;
    Property Value
    conststring | constsymbol

    type

    Declaration
    readonly type: Type;
    Property Value
    Type

    Generated by DocFX