vigiles API reference
    Preparing search index...

    Interface CmdRef

    A typed command reference — verified at compile time.

    interface CmdRef {
        _ref: "cmd";
        command: VerifiedCmd;
    }
    Index

    Properties

    Properties

    _ref: "cmd"
    command: VerifiedCmd