nest
    Preparing search index...

    Type Alias PropertyValueParam<V>

    type PropertyValueParam<V = Any> = {
        property: string;
        value: V;
    }

    Type Parameters

    • V = Any
    Index

    Properties

    Properties

    property: string
    value: V