/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * * `http` - HTTP * * `streaming` - Streaming * * `async` - Async */ export enum ServiceTypeEnum { HTTP = 'http', STREAMING = 'streaming', ASYNC = 'async', }