import { GetBusinessConnectionResponseSuccess } from './GetBusinessConnectionResponseSuccess.generated'; import { GetBusinessConnectionBadRequestResponse } from './GetBusinessConnectionBadRequestResponse.generated'; import { GetBusinessConnectionUnauthorizedResponse } from './GetBusinessConnectionUnauthorizedResponse.generated'; import { GetBusinessConnectionForbiddenResponse } from './GetBusinessConnectionForbiddenResponse.generated'; import { GetBusinessConnectionNotFoundResponse } from './GetBusinessConnectionNotFoundResponse.generated'; import { GetBusinessConnectionConflictResponse } from './GetBusinessConnectionConflictResponse.generated'; import { GetBusinessConnectionTooManyRequestsResponse } from './GetBusinessConnectionTooManyRequestsResponse.generated'; import { GetBusinessConnectionServerErrorResponse } from './GetBusinessConnectionServerErrorResponse.generated'; import { GetBusinessConnectionUnknownErrorResponse } from './GetBusinessConnectionUnknownErrorResponse.generated'; export type GetBusinessConnectionResponse = GetBusinessConnectionResponseSuccess | GetBusinessConnectionBadRequestResponse | GetBusinessConnectionUnauthorizedResponse | GetBusinessConnectionForbiddenResponse | GetBusinessConnectionNotFoundResponse | GetBusinessConnectionConflictResponse | GetBusinessConnectionTooManyRequestsResponse | GetBusinessConnectionServerErrorResponse | GetBusinessConnectionUnknownErrorResponse;