/** * 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 { EngineLookup } from './engine-lookup'; import { EngineQuestion } from './engine-question'; import { EngineQuestionAnswer } from './engine-question-answer'; /** * * @export * @interface EngineAuditRate */ export interface EngineAuditRate { /** * * @type {Array} * @memberof EngineAuditRate */ answers?: Array; /** * * @type {string} * @memberof EngineAuditRate */ comment?: string; /** * * @type {string} * @memberof EngineAuditRate */ created_at?: string; /** * * @type {EngineLookup} * @memberof EngineAuditRate */ created_by?: EngineLookup; /** * * @type {string} * @memberof EngineAuditRate */ critical_count?: string; /** * * @type {EngineLookup} * @memberof EngineAuditRate */ form?: EngineLookup; /** * * @type {string} * @memberof EngineAuditRate */ id?: string; /** * * @type {Array} * @memberof EngineAuditRate */ questions?: Array; /** * * @type {EngineLookup} * @memberof EngineAuditRate */ rated_user?: EngineLookup; /** * * @type {number} * @memberof EngineAuditRate */ score_optional?: number; /** * * @type {number} * @memberof EngineAuditRate */ score_required?: number; /** * * @type {string} * @memberof EngineAuditRate */ select_yes_count?: string; /** * * @type {string} * @memberof EngineAuditRate */ updated_at?: string; /** * * @type {EngineLookup} * @memberof EngineAuditRate */ updated_by?: EngineLookup; } //# sourceMappingURL=engine-audit-rate.d.ts.map