@gentrace/core
Version:
Core Gentrace Node.JS library
36 lines (33 loc) • 1.05 kB
text/typescript
/* tslint:disable */
/* eslint-disable */
/**
* Gentrace API
* These API routes are designed to ingest events from clients.
*
* The version of the OpenAPI document: 0.27.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
// May contain unused imports in some cases
// @ts-ignore
import { ExpandedPipeline } from "./expanded-pipeline";
// May contain unused imports in some cases
// @ts-ignore
import { ExpandedTestResultAllOf } from "./expanded-test-result-all-of";
// May contain unused imports in some cases
// @ts-ignore
import { ExpandedTestRun } from "./expanded-test-run";
// May contain unused imports in some cases
// @ts-ignore
import { MetadataValueObject } from "./metadata-value-object";
// May contain unused imports in some cases
// @ts-ignore
import { TestResult } from "./test-result";
/**
* @type ExpandedTestResult
* @export
*/
export type ExpandedTestResult = ExpandedTestResultAllOf & TestResult;