vigiles API reference
    Preparing search index...

    Interface RunReaction

    interface RunReaction {
        command: string;
        effect: BashEffect;
        kind: "run";
    }
    Index

    Properties

    Properties

    command: string
    effect: BashEffect
    kind: "run"