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

Interface Suggestion

src/types.ts:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface Suggestion {
2 value: string;
3 data: unknown;
4}
5
6export interface AutocompleteResponse {
7 query?: string | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected