feat(F-071): completed feature

This commit is contained in:
chattie
2026-08-19 19:04:41 +02:00
parent 16e4e86fbe
commit cf67f51d07
22 changed files with 495 additions and 74 deletions

View File

@@ -20,6 +20,8 @@ export interface CategoryDto {
url: string;
seoTitle: string | null;
seoDescription: string | null;
emoji?: string | null;
color?: string | null;
createdAt: string;
updatedAt: string;
}