@opendesign-plus-test/components 0.0.1-rc.118 → 0.0.1-rc.119

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.
@@ -192,8 +192,7 @@ export interface MeetingPlaybackPropsDetailT {
192
192
  end: string;
193
193
  agenda: string;
194
194
  sponsor: string;
195
- groupName?: string;
196
- group_name?: string;
195
+ groupName: string;
197
196
  }
198
197
  export interface MeetingPlaybackPropsDataT {
199
198
  mid: string;