# RouteManifest

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

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

The static route table the HTTP engine dispatches through, replacing the filesystem handler scan that cannot run in a bundled isolate. `seedcord build` emits it, the mount path authors it by hand.

```ts
interface RouteManifest
```

## Properties

### autocomplete

```ts
readonly autocomplete: readonly AutocompleteRoute[]
```

### commands

```ts
readonly commands: readonly CommandRoute[]
```

### components

```ts
readonly components: readonly ComponentRoute[]
```

### subscribers

```ts
readonly subscribers: readonly SubscriberRoute[]
```
