export interface SerializableArticle { id: number | null; slug: string | null; title: string | null; content: string | null; image: string | null; heroImage: string | null; displayDate: string | null; topic: string | null; promo: string | null; promoImage: string | null; } //# sourceMappingURL=article.d.ts.map