import { CloseForumTopicResponseSuccess } from './CloseForumTopicResponseSuccess.generated'; import { CloseForumTopicBadRequestResponse } from './CloseForumTopicBadRequestResponse.generated'; import { CloseForumTopicUnauthorizedResponse } from './CloseForumTopicUnauthorizedResponse.generated'; import { CloseForumTopicForbiddenResponse } from './CloseForumTopicForbiddenResponse.generated'; import { CloseForumTopicNotFoundResponse } from './CloseForumTopicNotFoundResponse.generated'; import { CloseForumTopicConflictResponse } from './CloseForumTopicConflictResponse.generated'; import { CloseForumTopicTooManyRequestsResponse } from './CloseForumTopicTooManyRequestsResponse.generated'; import { CloseForumTopicServerErrorResponse } from './CloseForumTopicServerErrorResponse.generated'; import { CloseForumTopicUnknownErrorResponse } from './CloseForumTopicUnknownErrorResponse.generated'; export type CloseForumTopicResponse = CloseForumTopicResponseSuccess | CloseForumTopicBadRequestResponse | CloseForumTopicUnauthorizedResponse | CloseForumTopicForbiddenResponse | CloseForumTopicNotFoundResponse | CloseForumTopicConflictResponse | CloseForumTopicTooManyRequestsResponse | CloseForumTopicServerErrorResponse | CloseForumTopicUnknownErrorResponse;