/**
 * Interface defining the property object that describes the interaction event type.
 *
 * @see [InteractionEventType](https://github.com/goboomtown/entities-ts/tree/master/docs)
 *
 * @OvationCXMApi
 */
export interface InteractionEventType {
    id: string;
    label: string;
}
