Skip to content

Commit

Permalink
Merge pull request #209 from Financial-Times/podcast-audio
Browse files Browse the repository at this point in the history
Add audio to content type
  • Loading branch information
debugwand authored Oct 25, 2018
2 parents d625bee + 6ad85af commit a9bc8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/x-teaser/Props.d.ts
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit a9bc8ed

Please sign in to comment.