# AutocompleteRoute

`interface` in `http` · v0.1.0

<https://docs.seedcord.org/packages/http/0.1.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 extends RouteModule
```

## Properties

### exportName

```ts
readonly exportName: string
```

The exported binding inside the loaded module.

### from

```ts
readonly from: string
```

The source file the row came from, reported when the export is missing.

### load

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

Lazy import of the module, evaluated on first hit.

### name

```ts
readonly name: string
```
