vigiles API reference
    Preparing search index...

    Interface DirRef

    A typed directory reference — verified to exist AND be a directory.

    interface DirRef {
        _ref: "dir";
        path: VerifiedDir;
    }
    Index

    Properties

    Properties

    _ref: "dir"