From 16b1505dac97fe3c68cf266d86f4d60ac90f8472 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 28 Sep 2025 07:16:58 +0000 Subject: [PATCH] Remove conflicting optional property from AethexUserProfile to satisfy TypeScript structural typing cgen-88b2a2eb50514941b89c98e87db92ff7 --- client/lib/aethex-database-adapter.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/client/lib/aethex-database-adapter.ts b/client/lib/aethex-database-adapter.ts index abab9fe6..b40af135 100644 --- a/client/lib/aethex-database-adapter.ts +++ b/client/lib/aethex-database-adapter.ts @@ -15,7 +15,6 @@ export interface AethexUserProfile extends UserProfile { onboarded?: boolean; role?: string; loyalty_points?: number; - banner_url?: string; social_links?: any; skills?: string[]; }