This commit is contained in:
Janis
2023-02-01 12:05:19 +01:00
parent bc29de3255
commit cf4193d5f2
7 changed files with 195 additions and 196 deletions

View File

@@ -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;