/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { WebitelContactsLookup } from './webitel-contacts-lookup'; import { WebitelContactsPosition } from './webitel-contacts-position'; /** * Input message for creating/updating a condition. * @export * @interface WebitelContactsInputCondition */ export interface WebitelContactsInputCondition { /** * * @type {WebitelContactsLookup} * @memberof WebitelContactsInputCondition */ assignee?: WebitelContactsLookup; /** * The query or condition expression used to evaluate the group. * @type {string} * @memberof WebitelContactsInputCondition */ expression?: string; /** * * @type {WebitelContactsLookup} * @memberof WebitelContactsInputCondition */ group?: WebitelContactsLookup; /** * * @type {WebitelContactsPosition} * @memberof WebitelContactsInputCondition */ position?: WebitelContactsPosition; } //# sourceMappingURL=webitel-contacts-input-condition.d.ts.map