/** * 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 { WebitelProtoDataImportCSVRequestAction } from './webitel-proto-data-import-csvrequest-action'; /** * * @export * @interface InlineObject2 */ export interface InlineObject2 { /** * * @type {string} * @memberof InlineObject2 */ data?: string; /** * * @type {{ [key: string]: number; }} * @memberof InlineObject2 */ fields?: { [key: string]: number; }; /** * * @type {number} * @memberof InlineObject2 */ line_begin?: number; /** * * @type {number} * @memberof InlineObject2 */ line_end?: number; /** * * @type {WebitelProtoDataImportCSVRequestAction} * @memberof InlineObject2 */ on_data_error?: WebitelProtoDataImportCSVRequestAction; /** * * @type {WebitelProtoDataImportCSVRequestAction} * @memberof InlineObject2 */ on_empty_line?: WebitelProtoDataImportCSVRequestAction; } //# sourceMappingURL=inline-object2.d.ts.map