<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@soulmachines/smwebsdk](./smwebsdk.md) &gt; [ContentCardFormattedData](./smwebsdk.contentcardformatteddata.md)

## ContentCardFormattedData type


**Signature:**

```typescript
export type ContentCardFormattedData = {
    id: string;
    data: ContentCardRawData;
};
```
**References:** [ContentCardRawData](./smwebsdk.contentcardrawdata.md)

