interface NotOffOnly {
    on(): MaybePromise;
    toggle(): MaybePromise;
}

Methods

Methods