mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 05:07:14 +01:00
add markdown component
This commit is contained in:
8
types/postData.tsx
Normal file
8
types/postData.tsx
Normal file
@@ -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