interface ClauseAll {
    clause: "all";
    from: ScriptNative[];
}

Properties

Properties

clause: "all"
from: ScriptNative[]