fix ui issues and upload image for guild good

This commit is contained in:
2026-04-18 12:14:39 +03:30
parent ac23d47b79
commit e027b89173
32 changed files with 353 additions and 177 deletions
+1
View File
@@ -9,6 +9,7 @@ export interface IGoodRawResponse {
unit_type: UnitType;
pricing_model: string;
description?: string;
image_url: string;
is_default_guild_good: boolean;
created_at: string;
updated_at: string;