UNPKG

@goboomtown/entities

Version:

entities in typescript format. This includes: - Customer

13 lines (12 loc) 279 B
/** * 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; }