@goboomtown/entities
Version:
entities in typescript format. This includes: - Customer
15 lines (14 loc) • 325 B
TypeScript
/**
* 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;
}