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