Interface Struct

interface Struct {
    fields: { [key: string]: any };
}

Properties

Properties

fields: { [key: string]: any }