StructDefinition<TFields, TOrder> Interface

    Package: @esfx/struct-type
    Declaration
    export interface StructDefinition<TFields extends {
        [key: string | symbol]: Type;
    } = any, TOrder extends readonly (keyof TFields)[] | "unspecified" = any> 

    Properties

    fields

    Declaration
    fields: TFields;
    Property Value
    TFields

    order

    Declaration
    order: TOrder;
    Property Value
    TOrder

    Generated by DocFX