# Renderable

`type` in `core` · v0.9.0

<https://docs.seedcord.org/packages/core/0.9.0/types/renderable>

## Declaration

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