/** * Generated by orval v7.21.0 🍺 * Do not edit manually. * Negodata Api Server * OpenAPI spec version: 0.1.0 */ import type { ErrorInfo } from './errorInfo'; import type { ResQuotationStatusMsg } from './resQuotationStatusMsg'; import type { ResQuotationStatusQtId } from './resQuotationStatusQtId'; export interface ResQuotationStatus { result?: ErrorInfo; msg?: ResQuotationStatusMsg; qt_id?: ResQuotationStatusQtId; job_status?: number; message?: string; }