interface Band {
    band: number;
    gain: number;
}

Properties

Properties

band: number
gain: number