# NotificationsConfig

`interface` in `types` · v0.5.0

<https://docs.seedcord.org/packages/types/0.5.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
