import { CreateForumTopicResponseSuccess } from './CreateForumTopicResponseSuccess.generated'; import { CreateForumTopicBadRequestResponse } from './CreateForumTopicBadRequestResponse.generated'; import { CreateForumTopicUnauthorizedResponse } from './CreateForumTopicUnauthorizedResponse.generated'; import { CreateForumTopicForbiddenResponse } from './CreateForumTopicForbiddenResponse.generated'; import { CreateForumTopicNotFoundResponse } from './CreateForumTopicNotFoundResponse.generated'; import { CreateForumTopicConflictResponse } from './CreateForumTopicConflictResponse.generated'; import { CreateForumTopicTooManyRequestsResponse } from './CreateForumTopicTooManyRequestsResponse.generated'; import { CreateForumTopicServerErrorResponse } from './CreateForumTopicServerErrorResponse.generated'; import { CreateForumTopicUnknownErrorResponse } from './CreateForumTopicUnknownErrorResponse.generated'; export type CreateForumTopicResponse = CreateForumTopicResponseSuccess | CreateForumTopicBadRequestResponse | CreateForumTopicUnauthorizedResponse | CreateForumTopicForbiddenResponse | CreateForumTopicNotFoundResponse | CreateForumTopicConflictResponse | CreateForumTopicTooManyRequestsResponse | CreateForumTopicServerErrorResponse | CreateForumTopicUnknownErrorResponse;