/**
 * Interface defining the property object that describes the cases.
 *
 * @see [ObjectRerference](https://github.com/goboomtown/entities-ts/tree/master/docs)
 *
 * @OvationCXMApi
 */
export interface ObjectReference {
    scheme: string;
    collection: string;
    uniqueId: string;
}
