/**
 * Interface defining the property object that describes the cases inline.
 *
 * @see [CasesInline0](https://github.com/goboomtown/entities-ts/tree/master/docs)
 *
 * @OvationCXMApi
 */
export interface CasesInline0 {
    id?: string;
    title?: string;
    url?: string;
}
