interface IBubblerProcessParamObj {
    optValue?: number;
    value?: number;
}

Properties

Properties

optValue?: number
value?: number