@avanio/variable-util
    Preparing search index...

    Type Alias LoaderValue

    type LoaderValue = {
        path: string;
        value: string | undefined;
    }
    Index

    Properties

    Properties

    path: string
    value: string | undefined