interface TubePriority {
    priority: number;
    tubeId: string;
}

Hierarchy (view full)

Properties

Properties

priority: number
tubeId: string