Interface CheerChannelConfig

interface CheerChannelConfig {
    groups: Group[];
}

Properties

Properties

groups: Group[]