vigiles API reference
    Preparing search index...

    Interface GlobRef

    A typed glob reference — verified to match at least one path.

    interface GlobRef {
        _ref: "glob";
        pattern: VerifiedGlob;
    }
    Index

    Properties

    Properties

    _ref: "glob"
    pattern: VerifiedGlob