import { EditGeneralForumTopicResponseSuccess } from './EditGeneralForumTopicResponseSuccess.generated'; import { EditGeneralForumTopicBadRequestResponse } from './EditGeneralForumTopicBadRequestResponse.generated'; import { EditGeneralForumTopicUnauthorizedResponse } from './EditGeneralForumTopicUnauthorizedResponse.generated'; import { EditGeneralForumTopicForbiddenResponse } from './EditGeneralForumTopicForbiddenResponse.generated'; import { EditGeneralForumTopicNotFoundResponse } from './EditGeneralForumTopicNotFoundResponse.generated'; import { EditGeneralForumTopicConflictResponse } from './EditGeneralForumTopicConflictResponse.generated'; import { EditGeneralForumTopicTooManyRequestsResponse } from './EditGeneralForumTopicTooManyRequestsResponse.generated'; import { EditGeneralForumTopicServerErrorResponse } from './EditGeneralForumTopicServerErrorResponse.generated'; import { EditGeneralForumTopicUnknownErrorResponse } from './EditGeneralForumTopicUnknownErrorResponse.generated'; export type EditGeneralForumTopicResponse = EditGeneralForumTopicResponseSuccess | EditGeneralForumTopicBadRequestResponse | EditGeneralForumTopicUnauthorizedResponse | EditGeneralForumTopicForbiddenResponse | EditGeneralForumTopicNotFoundResponse | EditGeneralForumTopicConflictResponse | EditGeneralForumTopicTooManyRequestsResponse | EditGeneralForumTopicServerErrorResponse | EditGeneralForumTopicUnknownErrorResponse;