import { SetBusinessAccountBioResponseSuccess } from './SetBusinessAccountBioResponseSuccess.generated'; import { SetBusinessAccountBioBadRequestResponse } from './SetBusinessAccountBioBadRequestResponse.generated'; import { SetBusinessAccountBioUnauthorizedResponse } from './SetBusinessAccountBioUnauthorizedResponse.generated'; import { SetBusinessAccountBioForbiddenResponse } from './SetBusinessAccountBioForbiddenResponse.generated'; import { SetBusinessAccountBioNotFoundResponse } from './SetBusinessAccountBioNotFoundResponse.generated'; import { SetBusinessAccountBioConflictResponse } from './SetBusinessAccountBioConflictResponse.generated'; import { SetBusinessAccountBioTooManyRequestsResponse } from './SetBusinessAccountBioTooManyRequestsResponse.generated'; import { SetBusinessAccountBioServerErrorResponse } from './SetBusinessAccountBioServerErrorResponse.generated'; import { SetBusinessAccountBioUnknownErrorResponse } from './SetBusinessAccountBioUnknownErrorResponse.generated'; export type SetBusinessAccountBioResponse = SetBusinessAccountBioResponseSuccess | SetBusinessAccountBioBadRequestResponse | SetBusinessAccountBioUnauthorizedResponse | SetBusinessAccountBioForbiddenResponse | SetBusinessAccountBioNotFoundResponse | SetBusinessAccountBioConflictResponse | SetBusinessAccountBioTooManyRequestsResponse | SetBusinessAccountBioServerErrorResponse | SetBusinessAccountBioUnknownErrorResponse;