aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/client/src/types.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/client/src/types.ts b/lib/client/src/types.ts
index 6e90a40..ed62533 100644
--- a/lib/client/src/types.ts
+++ b/lib/client/src/types.ts
@@ -153,6 +153,11 @@ export interface PostMeta extends CMNextEntity {
* The post's image, assumed to be an absolute url
*/
readonly image?: string;
+ /**
+ * Optional html description stored directly on the entity, this
+ * is only available if the post was published in podcast mode.
+ */
+ readonly html_description?: string;
}
export interface ContentMeta extends CMNextEntity {