interface ThemeStatsElementClickedEntryInfo {
    type: ElementClickedStatsEntry;
    appId?: string;
    elementId: string;
}

Properties

Properties

appId?: string
elementId: string