OneSDK
    Preparing search index...
    interface Cheer {
        cheerGroups: Group[];
        id: string;
        isBitsEnabled: boolean;
        isEnabled: boolean;
    }
    Index

    Properties

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