mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-29 21:02:13 +01:00
clean up
This commit is contained in:
@@ -11,7 +11,7 @@ export interface CreateArticle {
|
||||
}
|
||||
|
||||
export interface UpdateArticle {
|
||||
id: string;
|
||||
|
||||
title?: string;
|
||||
markdown?: string;
|
||||
introduction?: string;
|
||||
@@ -30,7 +30,7 @@ export interface CreateCategory {
|
||||
color: string;
|
||||
}
|
||||
export interface UpdateCategory {
|
||||
id: string;
|
||||
|
||||
title?: string;
|
||||
svg?: {
|
||||
path?: string;
|
||||
|
||||
Reference in New Issue
Block a user