/**
 * VRt.Studio [ST]
 *
 * The version of the OpenAPI document: 7.18.2755
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
import { EntityWarningStudio } from './entityWarning';
import { EntityErrorStudio } from './entityError';
/**
 * The result of checking the data on the file.
 */
export interface ExperimentCheckStudio {
    [key: string]: any | any;
    /**
     * List with fatal errors.
     */
    logical_errors?: Array<EntityErrorStudio>;
    /**
     * Warning list.
     */
    warnings?: Array<EntityWarningStudio>;
}
