interface Cheer {
    cheerGroups: Group[];
    id: string;
    isBitsEnabled: boolean;
    isEnabled: boolean;
}

Properties

cheerGroups: Group[]
id: string
isBitsEnabled: boolean
isEnabled: boolean