From 0624180a42d3548ddb9a971c55cc957fa04391ee Mon Sep 17 00:00:00 2001 From: Dawn Budge Date: Tue, 23 Oct 2018 12:34:37 +0100 Subject: [PATCH] Add audio to content type --- components/x-teaser/Props.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/x-teaser/Props.d.ts b/components/x-teaser/Props.d.ts index 042f65b68..a31c79c59 100644 --- a/components/x-teaser/Props.d.ts +++ b/components/x-teaser/Props.d.ts @@ -1,4 +1,4 @@ -export type ContentType = 'article' | 'video' | 'podcast' | 'package' | 'liveblog' | 'promoted-content' | 'paid-post'; +export type ContentType = 'article' | 'video' | 'podcast' | 'audio' | 'package' | 'liveblog' | 'promoted-content' | 'paid-post'; /** Strings must be a parseable format, e.g. ISO 8601 */ export type DateLike = Date | string | number;