# ComponentEmbedPayload

`interface` in `discord-component-embed` · v0.2.2

<https://docs.seedcord.org/packages/discord-component-embed/0.2.2/interfaces/component-embed-payload>

The JSON document Discord reads from a page to build a component embed.

```ts
interface ComponentEmbedPayload
```

## Properties

### component

```ts
component: APIContainerComponent;
```
