UNPKG

@goboomtown/entities

Version:

entities in typescript format. This includes: - Customer

12 lines (11 loc) 299 B
/** * Interface defining the property object that describes the cases deescalate options. * * @see [CaseDeEscalateOptions](https://github.com/goboomtown/entities-ts/tree/master/docs) * * @OvationCXMApi */ export interface CaseDeEscalateOptions { orgTeamId?: string; userId?: string; }