MCPcopy Index your code
hub / github.com/tkirda/jQuery-Autocomplete / AutocompleteResponse

Interface AutocompleteResponse

src/types.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4}
5
6export interface AutocompleteResponse {
7 query?: string | null;
8 suggestions: Suggestion[];
9}
10
11export type LookupCallback = (query: string, done: (result: AutocompleteResponse) => void) => void;
12export type LookupArray = string[] | Suggestion[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected