Interfaces
Interface: BlogPost
Blog post from the public API
Blog post from the public API
Properties
| Property | Type | Description |
|---|---|---|
author? | BlogAuthor | Post author |
category? | BlogCategory | Post category |
content | string | Full content (HTML or markdown) |
excerpt? | string | Short excerpt |
featuredImage? | TentoMedia | Featured image (inline media ref with underscore-prefixed keys) |
id | string | Unique post ID |
publishedAt | string | Publication timestamp |
seo | SeoMetadata | SEO metadata |
slug | string | URL-friendly slug |
tags | BlogTag | Post tags |
title | string | Post title |
updatedAt | string | Last update timestamp |

