# AutocompleteRoute

`interface` in `http` · v0.1.0-next.0

<https://docs.seedcord.org/packages/http/0.1.0-next.0/interfaces/autocomplete-route>

An autocomplete row, its own route keyed by the command's route path, separate from the slash row.

```ts
interface AutocompleteRoute
```

## Properties

### load

```ts
readonly load: () => Promise<unknown>
```

Lazy import of the handler module, evaluated on first hit.

### name

```ts
readonly name: string
```
