interface ClauseAny {
    clause: "any";
    from: ScriptNative[];
}

Properties

Properties

clause: "any"
from: ScriptNative[]