import { DaffAnalyticsEvent } from '@daffodil/analytics'
A generalized event that happens to collide nicely with the Action interface of packages like Redux and @ngrx/store.
interface DaffAnalyticsEvent {
type: string
}
type string |
---|
The type of the event to track. Used to deterrmine whether or not an action is analyzeable. |