# Renderable

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

<https://docs.seedcord.org/packages/gateway/0.1.0-next.3/types/renderable>

What the V2 reply can be built from. Each arm is normalized into a [`ReplyResponse`](/packages/types/0.7.1/interfaces/reply-response).

## Declaration

```ts
type Renderable = string | V2Component[] | ReplyResponse;
```
