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

Indexable

  • [propName: string]: any

    IndexField.IndexField.Transport accepts additional properties of type string.

Properties

Properties

name?: string
type?: string