UNPKG

jack-kafka-instance-sdk

Version:
28 lines (22 loc) 660 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 { ConfigEntry } from './config-entry'; import { ObjectReference } from './object-reference'; import { Partition } from './partition'; import { TopicAllOf } from './topic-all-of'; /** * @type Topic * @export */ export type Topic = ObjectReference & TopicAllOf;