feat(F-071): completed feature
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user