interface ClauseSome {
    atLeast: bigint;
    clause: "some";
    from: ScriptNative[];
}

Properties

Properties

atLeast: bigint
clause: "some"
from: ScriptNative[]