type alias AutocompleteItemimport { type AutocompleteItem } from "https://dotland.deno.dev/x/fresh@1.7.3/plugins/twindv1_deps.ts"; definition: { prefix?: string; suffix: string; theme?: { section: string; key: string; }; modifiers?: | AutocompleteModifier[] | false | null | undefined; color?: | string | false | null | undefined; label?: string; }