Archived
add markdown component
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export interface PostArticle {
|
||||
name: string;
|
||||
title: string;
|
||||
markdown: string;
|
||||
introduction: string;
|
||||
categoryId: number;
|
||||
imageId?: number;
|
||||
}
|
||||
Reference in New Issue
Block a user