# NotificationsConfig

`interface` in `types` · v0.4.0

<https://docs.seedcord.org/packages/types/0.4.0/interfaces/notifications-config>

Settings for the messages the framework sends on unhandled errors.

```ts
interface NotificationsConfig
```

## Properties

### developerUsername

```ts
developerUsername: string;
```

Contact name shown in the generic unknown-error message.

`the developer` by default
