# ComponentEmbedPayload

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

<https://docs.seedcord.org/packages/discord-component-embed/0.1.0/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;
```
