interface Transport {
    name: string;
    variant: string;
    version: string;
    [propName: string]: any;
}

Indexable

  • [propName: string]: any

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

Properties

Properties

name: string
variant: string
version: string