UNPKG

@rhoas/kafka-instance-sdk

Version:
26 lines (20 loc) 583 B
/* tslint:disable */ /* eslint-disable */ /** * Kafka Instance API * API for interacting with Kafka Instance. Includes Produce, Consume and Admin APIs * * The version of the OpenAPI document: 0.14.1-SNAPSHOT * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { ErrorAllOf } from './error-all-of'; import { ObjectReference } from './object-reference'; /** * @type ModelError * @export */ export type ModelError = ErrorAllOf & ObjectReference;