# GatewayConfig

`interface` in `gateway` · v0.1.0-next.3

<https://docs.seedcord.org/packages/gateway/0.1.0-next.3/interfaces/gateway-config>

The gateway transport's configuration, what the [`Seedcord`](/packages/gateway/0.1.0-next.3/classes/seedcord) constructor takes.

```ts
interface GatewayConfig extends Config
```

## Properties

### bot

```ts
bot: GatewayBotConfig;
```
