SearchAggregatorType: {
    index: string;
    text: {
        path?: Record<string, string>;
        query: string;
    };
}

Search Aggregator Type

Type declaration

  • index: string
  • text: {
        path?: Record<string, string>;
        query: string;
    }
    • Optional path?: Record<string, string>
    • query: string

Generated using TypeDoc