interface Base {
    close(): MaybePromise;
    open(request: ValveConfigurationAndControl.OpenRequest): MaybePromise;
}

Methods

Methods