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