hipthrusts - v1.2.0
    Preparing search index...

    Interface CtxRef<TPath>

    interface CtxRef<TPath extends string = string> {
        "[CTX_REF]": true;
        path: TPath;
    }

    Type Parameters

    • TPath extends string = string
    Index
    "[CTX_REF]": true
    path: TPath