interface Transport {
    nodes: string[];
    range: string;
}

Properties

Properties

nodes: string[]
range: string

Generated using TypeDoc