interface Transport {
    total?: number;
}

Properties

Properties

total?: number