interface TubeStock {
    count: number;
    tubeId: string;
}

Hierarchy (view full)

Properties

Properties

count: number
tubeId: string