# RenderContext

`interface` in `types` · v0.7.1

<https://docs.seedcord.org/packages/types/0.7.1/interfaces/render-context>

Context passed into a denial's render. Built fresh per render so a reported fault's reply shows the same uuid the framework logs and puts on the bus.

```ts
interface RenderContext
```

## Properties

### developerUsername

```ts
developerUsername: string;
```

Contact name a generic fault reply points the user to, from `notifications.developerUsername`.

### uuid

```ts
uuid: UUID;
```
