Remove conflicting optional property from AethexUserProfile to satisfy TypeScript structural typing

cgen-88b2a2eb50514941b89c98e87db92ff7
This commit is contained in:
Builder.io 2025-09-28 07:16:58 +00:00
parent 0a42169a83
commit 16b1505dac

View file

@ -15,7 +15,6 @@ export interface AethexUserProfile extends UserProfile {
onboarded?: boolean;
role?: string;
loyalty_points?: number;
banner_url?: string;
social_links?: any;
skills?: string[];
}