# types.ts

**[Source](https://github.com/ubugeeei-prod/ox-content/blob/main/npm/vite-plugin-ox-content/src/plugins/twitter/types.ts)**

> 1 documented symbol. Read the signatures first, then expand each item for parameters, return types, and examples.

<div class="ox-api-stats" aria-label="API reference summary">
<span class="ox-api-stat">
  <strong>1</strong>
  <span>symbols</span>
</span>
<span class="ox-api-stat">
  <strong>1</strong>
  <span>interfaces</span>
</span>
<span class="ox-api-stat">
  <strong>7</strong>
  <span>members</span>
</span>
</div>

## Reference

<details id="tweetbodydata" class="ox-api-entry">
  <summary><span class="ox-api-entry__kind">interface</span><span class="ox-api-entry__summary-main"><code class="ox-api-entry__signature ox-api-entry__signature--highlighted language-typescript">TweetBodyData</code><span class="ox-api-entry__description">Root or quoted post body. Nested quoted_tweet is stripped during normalize.</span><span class="ox-api-entry__meta"><span class="ox-api-badge">7 members</span></span></span></summary>
  <div class="ox-api-entry__body">
<div class="ox-api-entry__prose">
<p>Root or quoted post body. Nested <code>quoted_tweet</code> is stripped during normalize.</p>
</div>
<div class="ox-api-entry__section ox-api-entry__section--signature">
<h4>Signature</h4>
<pre><code class="language-typescript">export interface TweetBodyData</code></pre>
</div>
<p class="ox-api-entry__source"><a class="ox-api-entry__source-link" href="https://github.com/ubugeeei-prod/ox-content/blob/main/npm/vite-plugin-ox-content/src/plugins/twitter/types.ts#L93-L107" target="_blank" rel="noopener noreferrer">View source<span class="ox-api-entry__source-icon" aria-hidden="true"></span></a></p>
<div class="ox-api-entry__section ox-api-entry__section--members">
<h4>Members</h4>
<div class="ox-api-entry__member-group">
<h5>Properties</h5>
<table class="ox-api-entry__members-table">
<thead><tr><th>Name</th><th>Type</th><th>Description</th></tr></thead>
<tbody>
<tr id="tweetbodydata-created_at">
  <td><code>created_at</code><span class="ox-api-badge">optional</span></td>
  <td><code class="ox-api-entry__member-type language-typescript">string</code></td>
  <td></td>
</tr>
<tr id="tweetbodydata-display_text_range">
  <td><code>display_text_range</code><span class="ox-api-badge">optional</span></td>
  <td><code class="ox-api-entry__member-type language-typescript">[number, number]</code></td>
  <td></td>
</tr>
<tr id="tweetbodydata-entities">
  <td><code>entities</code><span class="ox-api-badge">optional</span></td>
  <td><code class="ox-api-entry__member-type language-typescript">{ urls?: TweetEntity[]; media?: TweetMedia[]; hashtags?: TweetHashtagEntity[]; user_mentions?: TweetMentionEntity[]; symbols?: TweetSymbolEntity[] }</code></td>
  <td></td>
</tr>
<tr id="tweetbodydata-id_str">
  <td><code>id_str</code><span class="ox-api-badge">optional</span></td>
  <td><code class="ox-api-entry__member-type language-typescript">string</code></td>
  <td></td>
</tr>
<tr id="tweetbodydata-mediadetails">
  <td><code>mediaDetails</code><span class="ox-api-badge">optional</span></td>
  <td><code class="ox-api-entry__member-type language-typescript">TweetMedia[]</code></td>
  <td></td>
</tr>
<tr id="tweetbodydata-text">
  <td><code>text</code></td>
  <td><code class="ox-api-entry__member-type language-typescript">string</code></td>
  <td></td>
</tr>
<tr id="tweetbodydata-user">
  <td><code>user</code></td>
  <td><code class="ox-api-entry__member-type language-typescript">TweetUser</code></td>
  <td></td>
</tr>
</tbody>
</table>
</div>
</div>
  </div>
</details>
