interface BasinValue {
    model: string;
    value: number;
}

Properties

Properties

model: string
value: number