Remove conflicting optional property from AethexUserProfile to satisfy TypeScript structural typing
cgen-88b2a2eb50514941b89c98e87db92ff7
This commit is contained in:
parent
0a42169a83
commit
16b1505dac
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ export interface AethexUserProfile extends UserProfile {
|
|||
onboarded?: boolean;
|
||||
role?: string;
|
||||
loyalty_points?: number;
|
||||
banner_url?: string;
|
||||
social_links?: any;
|
||||
skills?: string[];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue