# TextChild

`type` in `discord-component-embed` · v0.4.1

<https://docs.seedcord.org/packages/discord-component-embed/0.4.1/types/text-child>

## Declaration

```ts
type TextChild =
    | string
    | number
    | boolean
    | null
    | undefined
    | readonly TextChild[];
```
