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