/**
 * Interface defining the property object that describes the Cases inline.
 *
 * @see [CasesInline](https://github.com/goboomtown/entities-ts/tree/master/docs)
 *
 * @OvationCXMApi
 */
export interface CasesInline {
    id?: string;
    productId?: string;
    make?: string;
    model?: string;
    nickname?: string;
}
