Sanity Library Reference Docs
    Preparing search index...

    Type Alias SearchOperatorParams<TValue>Alpha

    type SearchOperatorParams<TValue> = {
        fieldPath?: string;
        value?: TValue;
    }

    Type Parameters

    • TValue
    Index

    Properties

    Properties

    fieldPath?: string
    value?: TValue