import { CreateChatInviteLinkResponseSuccess } from './CreateChatInviteLinkResponseSuccess.generated'; import { CreateChatInviteLinkBadRequestResponse } from './CreateChatInviteLinkBadRequestResponse.generated'; import { CreateChatInviteLinkUnauthorizedResponse } from './CreateChatInviteLinkUnauthorizedResponse.generated'; import { CreateChatInviteLinkForbiddenResponse } from './CreateChatInviteLinkForbiddenResponse.generated'; import { CreateChatInviteLinkNotFoundResponse } from './CreateChatInviteLinkNotFoundResponse.generated'; import { CreateChatInviteLinkConflictResponse } from './CreateChatInviteLinkConflictResponse.generated'; import { CreateChatInviteLinkTooManyRequestsResponse } from './CreateChatInviteLinkTooManyRequestsResponse.generated'; import { CreateChatInviteLinkServerErrorResponse } from './CreateChatInviteLinkServerErrorResponse.generated'; import { CreateChatInviteLinkUnknownErrorResponse } from './CreateChatInviteLinkUnknownErrorResponse.generated'; export type CreateChatInviteLinkResponse = CreateChatInviteLinkResponseSuccess | CreateChatInviteLinkBadRequestResponse | CreateChatInviteLinkUnauthorizedResponse | CreateChatInviteLinkForbiddenResponse | CreateChatInviteLinkNotFoundResponse | CreateChatInviteLinkConflictResponse | CreateChatInviteLinkTooManyRequestsResponse | CreateChatInviteLinkServerErrorResponse | CreateChatInviteLinkUnknownErrorResponse;