import { RemoveBusinessAccountProfilePhotoResponseSuccess } from './RemoveBusinessAccountProfilePhotoResponseSuccess.generated'; import { RemoveBusinessAccountProfilePhotoBadRequestResponse } from './RemoveBusinessAccountProfilePhotoBadRequestResponse.generated'; import { RemoveBusinessAccountProfilePhotoUnauthorizedResponse } from './RemoveBusinessAccountProfilePhotoUnauthorizedResponse.generated'; import { RemoveBusinessAccountProfilePhotoForbiddenResponse } from './RemoveBusinessAccountProfilePhotoForbiddenResponse.generated'; import { RemoveBusinessAccountProfilePhotoNotFoundResponse } from './RemoveBusinessAccountProfilePhotoNotFoundResponse.generated'; import { RemoveBusinessAccountProfilePhotoConflictResponse } from './RemoveBusinessAccountProfilePhotoConflictResponse.generated'; import { RemoveBusinessAccountProfilePhotoTooManyRequestsResponse } from './RemoveBusinessAccountProfilePhotoTooManyRequestsResponse.generated'; import { RemoveBusinessAccountProfilePhotoServerErrorResponse } from './RemoveBusinessAccountProfilePhotoServerErrorResponse.generated'; import { RemoveBusinessAccountProfilePhotoUnknownErrorResponse } from './RemoveBusinessAccountProfilePhotoUnknownErrorResponse.generated'; export type RemoveBusinessAccountProfilePhotoResponse = RemoveBusinessAccountProfilePhotoResponseSuccess | RemoveBusinessAccountProfilePhotoBadRequestResponse | RemoveBusinessAccountProfilePhotoUnauthorizedResponse | RemoveBusinessAccountProfilePhotoForbiddenResponse | RemoveBusinessAccountProfilePhotoNotFoundResponse | RemoveBusinessAccountProfilePhotoConflictResponse | RemoveBusinessAccountProfilePhotoTooManyRequestsResponse | RemoveBusinessAccountProfilePhotoServerErrorResponse | RemoveBusinessAccountProfilePhotoUnknownErrorResponse;