/** * 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 { EngineHistoryFileJobHistoryFileJobAction } from './engine-history-file-job-history-file-job-action'; import { EngineHistoryFileJobHistoryFileJobState } from './engine-history-file-job-history-file-job-state'; /** * * @export * @interface EngineHistoryFileJob */ export interface EngineHistoryFileJob { /** * * @type {EngineHistoryFileJobHistoryFileJobAction} * @memberof EngineHistoryFileJob */ action?: EngineHistoryFileJobHistoryFileJobAction; /** * * @type {string} * @memberof EngineHistoryFileJob */ created_at?: string; /** * * @type {string} * @memberof EngineHistoryFileJob */ error_detail?: string; /** * * @type {string} * @memberof EngineHistoryFileJob */ file_id?: string; /** * * @type {string} * @memberof EngineHistoryFileJob */ id?: string; /** * * @type {EngineHistoryFileJobHistoryFileJobState} * @memberof EngineHistoryFileJob */ state?: EngineHistoryFileJobHistoryFileJobState; } //# sourceMappingURL=engine-history-file-job.d.ts.map