dyna-record
    Preparing search index...

    Interface ParentSearchRuntimeOptions

    The runtime shape of the parent search options — the generic ParentSearchOptions instantiations erase to this. Consumed by the parent search resolution runtime.

    interface ParentSearchRuntimeOptions {
        filter?: SearchFilter;
        in?: string;
        topK?: number;
    }
    Index

    Properties

    Properties

    filter?: SearchFilter
    in?: string
    topK?: number