import { GetUserProfilePhotosResponseSuccess } from './GetUserProfilePhotosResponseSuccess.generated'; import { GetUserProfilePhotosBadRequestResponse } from './GetUserProfilePhotosBadRequestResponse.generated'; import { GetUserProfilePhotosUnauthorizedResponse } from './GetUserProfilePhotosUnauthorizedResponse.generated'; import { GetUserProfilePhotosForbiddenResponse } from './GetUserProfilePhotosForbiddenResponse.generated'; import { GetUserProfilePhotosNotFoundResponse } from './GetUserProfilePhotosNotFoundResponse.generated'; import { GetUserProfilePhotosConflictResponse } from './GetUserProfilePhotosConflictResponse.generated'; import { GetUserProfilePhotosTooManyRequestsResponse } from './GetUserProfilePhotosTooManyRequestsResponse.generated'; import { GetUserProfilePhotosServerErrorResponse } from './GetUserProfilePhotosServerErrorResponse.generated'; import { GetUserProfilePhotosUnknownErrorResponse } from './GetUserProfilePhotosUnknownErrorResponse.generated'; export type GetUserProfilePhotosResponse = GetUserProfilePhotosResponseSuccess | GetUserProfilePhotosBadRequestResponse | GetUserProfilePhotosUnauthorizedResponse | GetUserProfilePhotosForbiddenResponse | GetUserProfilePhotosNotFoundResponse | GetUserProfilePhotosConflictResponse | GetUserProfilePhotosTooManyRequestsResponse | GetUserProfilePhotosServerErrorResponse | GetUserProfilePhotosUnknownErrorResponse;