interface Transport {
    name?: string;
    type?: string;
    [propName: string]: any;
}

Indexable

[propName: string]: any

IndexField.IndexField.Transport accepts additional properties.

Properties

Properties

name?: string
type?: string