interface EmotionGroupData {
    groups: EmotionGroup[];
}

Properties

Properties

groups: EmotionGroup[]