system-prompts-and-models-o.../node_modules/@algolia/autocomplete-preset-algolia/dist/esm/highlight/ParseAlgoliaHitParams.d.ts

5 lines
125 B
TypeScript

export declare type ParseAlgoliaHitParams<TItem> = {
hit: TItem;
attribute: keyof TItem | Array<string | number>;
};