UNPKG

mattermost-redux

Version:

Common code (API client, Redux stores, logic, utility functions) for building a Mattermost client

5 lines (4 loc) 243 B
export interface TelemetryHandler { trackEvent: (userId: string, userRoles: string, category: string, event: string, props?: any) => void; pageVisited: (userId: string, userRoles: string, category: string, name: string) => void; }