vigiles API reference
    Preparing search index...

    Interface FileRef

    A typed file reference — verified at compile time.

    interface FileRef {
        _ref: "file";
        path: VerifiedPath;
    }
    Index

    Properties

    Properties

    _ref: "file"