diff --git a/client/api/creators.ts b/client/api/creators.ts index e82050c3..b36b62ac 100644 --- a/client/api/creators.ts +++ b/client/api/creators.ts @@ -7,6 +7,7 @@ export interface Creator { experience_level: string; arm_affiliations: string[]; primary_arm: string; + spotify_profile_url?: string; created_at: string; is_discoverable: boolean; allow_recommendations: boolean;