import { RemoveChatVerificationResponseSuccess } from './RemoveChatVerificationResponseSuccess.generated'; import { RemoveChatVerificationBadRequestResponse } from './RemoveChatVerificationBadRequestResponse.generated'; import { RemoveChatVerificationUnauthorizedResponse } from './RemoveChatVerificationUnauthorizedResponse.generated'; import { RemoveChatVerificationForbiddenResponse } from './RemoveChatVerificationForbiddenResponse.generated'; import { RemoveChatVerificationNotFoundResponse } from './RemoveChatVerificationNotFoundResponse.generated'; import { RemoveChatVerificationConflictResponse } from './RemoveChatVerificationConflictResponse.generated'; import { RemoveChatVerificationTooManyRequestsResponse } from './RemoveChatVerificationTooManyRequestsResponse.generated'; import { RemoveChatVerificationServerErrorResponse } from './RemoveChatVerificationServerErrorResponse.generated'; import { RemoveChatVerificationUnknownErrorResponse } from './RemoveChatVerificationUnknownErrorResponse.generated'; export type RemoveChatVerificationResponse = RemoveChatVerificationResponseSuccess | RemoveChatVerificationBadRequestResponse | RemoveChatVerificationUnauthorizedResponse | RemoveChatVerificationForbiddenResponse | RemoveChatVerificationNotFoundResponse | RemoveChatVerificationConflictResponse | RemoveChatVerificationTooManyRequestsResponse | RemoveChatVerificationServerErrorResponse | RemoveChatVerificationUnknownErrorResponse;