interface ArticleMetaInfoModel { id: number; title: string; subtitle?: string; thumbnail: string; } export default ArticleMetaInfoModel;