export interface Content {
  /** Url containing the body of the article (without title), suitable for rendering in an iframe */
  iframeSrc?: string;
}
