@getmicdrop/venue-calendar 3.3.17 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -219,8 +219,7 @@ export interface EventPerformersResponse {
219
219
 
220
220
  export interface Performer {
221
221
  id: number;
222
- stageName: string;
223
- displayName?: string;
222
+ displayName: string;
224
223
  avatar?: string;
225
224
  order?: number;
226
225
  }