/**
 * 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;
}
