import { SetBusinessAccountProfilePhotoResponseSuccess } from './SetBusinessAccountProfilePhotoResponseSuccess.generated'; import { SetBusinessAccountProfilePhotoBadRequestResponse } from './SetBusinessAccountProfilePhotoBadRequestResponse.generated'; import { SetBusinessAccountProfilePhotoUnauthorizedResponse } from './SetBusinessAccountProfilePhotoUnauthorizedResponse.generated'; import { SetBusinessAccountProfilePhotoForbiddenResponse } from './SetBusinessAccountProfilePhotoForbiddenResponse.generated'; import { SetBusinessAccountProfilePhotoNotFoundResponse } from './SetBusinessAccountProfilePhotoNotFoundResponse.generated'; import { SetBusinessAccountProfilePhotoConflictResponse } from './SetBusinessAccountProfilePhotoConflictResponse.generated'; import { SetBusinessAccountProfilePhotoTooManyRequestsResponse } from './SetBusinessAccountProfilePhotoTooManyRequestsResponse.generated'; import { SetBusinessAccountProfilePhotoServerErrorResponse } from './SetBusinessAccountProfilePhotoServerErrorResponse.generated'; import { SetBusinessAccountProfilePhotoUnknownErrorResponse } from './SetBusinessAccountProfilePhotoUnknownErrorResponse.generated'; export type SetBusinessAccountProfilePhotoResponse = SetBusinessAccountProfilePhotoResponseSuccess | SetBusinessAccountProfilePhotoBadRequestResponse | SetBusinessAccountProfilePhotoUnauthorizedResponse | SetBusinessAccountProfilePhotoForbiddenResponse | SetBusinessAccountProfilePhotoNotFoundResponse | SetBusinessAccountProfilePhotoConflictResponse | SetBusinessAccountProfilePhotoTooManyRequestsResponse | SetBusinessAccountProfilePhotoServerErrorResponse | SetBusinessAccountProfilePhotoUnknownErrorResponse;