interface ThemeStatsCustomEventEntryInfo {
    type: CustomEventStatsEntry;
    appId?: string;
    customEventName: string;
}

Properties

appId?: string
customEventName: string