add cape preview in Shop

This commit is contained in:
2025-12-07 19:59:57 +05:00
parent c6cceaf299
commit 3e03c1024d
5 changed files with 536 additions and 276 deletions

View File

@ -207,6 +207,8 @@ export interface MeResponse {
is_admin: boolean;
}
// ===== КЕЙСЫ =====
export interface CaseItemMeta {
display_name?: string | null;
lore?: string[] | null;