/** * MMP Metadata * This is a API for MMP Metadata * * The version of the OpenAPI document: 1.0.0-oas3 * Contact: st116848@stud.uni-stuttgart.de.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 { TraceExecutionTypes } from './traceExecutionTypes'; export interface Trace { id?: string; experimentId?: string; executionTypes?: Array; }