Interfacehttpv0.1.0-next.0AutocompleteRouteAn autocomplete row, its own route keyed by the command's route path, separate from the slash row. interface AutocompleteRouteinterface AutocompleteRouteMember overviewPropertiesloadnamePropertiesloadLazy import of the handler module, evaluated on first hit. readonly load: () => Promise<unknown>readonly load: () => Promise<unknown>namereadonly name: stringreadonly name: string
loadLazy import of the handler module, evaluated on first hit. readonly load: () => Promise<unknown>readonly load: () => Promise<unknown>