interface Quantity {
    name: string;
    phase: string;
    val: string;
}

Properties

Properties

name: string
phase: string
val: string