Interface ApplicationSetVolumeParams

interface ApplicationSetVolumeParams {
    volume: number | GlobalIncrementDecrement;
}

Properties

Properties

volume: number | GlobalIncrementDecrement