import { ExportChatInviteLinkResponseSuccess } from './ExportChatInviteLinkResponseSuccess.generated'; import { ExportChatInviteLinkBadRequestResponse } from './ExportChatInviteLinkBadRequestResponse.generated'; import { ExportChatInviteLinkUnauthorizedResponse } from './ExportChatInviteLinkUnauthorizedResponse.generated'; import { ExportChatInviteLinkForbiddenResponse } from './ExportChatInviteLinkForbiddenResponse.generated'; import { ExportChatInviteLinkNotFoundResponse } from './ExportChatInviteLinkNotFoundResponse.generated'; import { ExportChatInviteLinkConflictResponse } from './ExportChatInviteLinkConflictResponse.generated'; import { ExportChatInviteLinkTooManyRequestsResponse } from './ExportChatInviteLinkTooManyRequestsResponse.generated'; import { ExportChatInviteLinkServerErrorResponse } from './ExportChatInviteLinkServerErrorResponse.generated'; import { ExportChatInviteLinkUnknownErrorResponse } from './ExportChatInviteLinkUnknownErrorResponse.generated'; export type ExportChatInviteLinkResponse = ExportChatInviteLinkResponseSuccess | ExportChatInviteLinkBadRequestResponse | ExportChatInviteLinkUnauthorizedResponse | ExportChatInviteLinkForbiddenResponse | ExportChatInviteLinkNotFoundResponse | ExportChatInviteLinkConflictResponse | ExportChatInviteLinkTooManyRequestsResponse | ExportChatInviteLinkServerErrorResponse | ExportChatInviteLinkUnknownErrorResponse;