export interface PostArticle { name: string; title: string; markdown: string; introduction: string; categoryId: number; imageId?: number; }