import { SendAnimationResponseSuccess } from './SendAnimationResponseSuccess.generated'; import { SendAnimationBadRequestResponse } from './SendAnimationBadRequestResponse.generated'; import { SendAnimationUnauthorizedResponse } from './SendAnimationUnauthorizedResponse.generated'; import { SendAnimationForbiddenResponse } from './SendAnimationForbiddenResponse.generated'; import { SendAnimationNotFoundResponse } from './SendAnimationNotFoundResponse.generated'; import { SendAnimationConflictResponse } from './SendAnimationConflictResponse.generated'; import { SendAnimationTooManyRequestsResponse } from './SendAnimationTooManyRequestsResponse.generated'; import { SendAnimationServerErrorResponse } from './SendAnimationServerErrorResponse.generated'; import { SendAnimationUnknownErrorResponse } from './SendAnimationUnknownErrorResponse.generated'; export type SendAnimationResponse = SendAnimationResponseSuccess | SendAnimationBadRequestResponse | SendAnimationUnauthorizedResponse | SendAnimationForbiddenResponse | SendAnimationNotFoundResponse | SendAnimationConflictResponse | SendAnimationTooManyRequestsResponse | SendAnimationServerErrorResponse | SendAnimationUnknownErrorResponse;