The assistants are explicitly unavailable at this level.

interface OffMember {
    $unknown?: undefined;
    off: Unit;
    on?: undefined;
    reset?: undefined;
}

Properties

Properties

$unknown?: undefined
off: Unit
on?: undefined
reset?: undefined