interface Transport {
    partitioned?: boolean;
}

Properties

Properties

partitioned?: boolean