import { RevokeChatInviteLinkResponseSuccess } from './RevokeChatInviteLinkResponseSuccess.generated'; import { RevokeChatInviteLinkBadRequestResponse } from './RevokeChatInviteLinkBadRequestResponse.generated'; import { RevokeChatInviteLinkUnauthorizedResponse } from './RevokeChatInviteLinkUnauthorizedResponse.generated'; import { RevokeChatInviteLinkForbiddenResponse } from './RevokeChatInviteLinkForbiddenResponse.generated'; import { RevokeChatInviteLinkNotFoundResponse } from './RevokeChatInviteLinkNotFoundResponse.generated'; import { RevokeChatInviteLinkConflictResponse } from './RevokeChatInviteLinkConflictResponse.generated'; import { RevokeChatInviteLinkTooManyRequestsResponse } from './RevokeChatInviteLinkTooManyRequestsResponse.generated'; import { RevokeChatInviteLinkServerErrorResponse } from './RevokeChatInviteLinkServerErrorResponse.generated'; import { RevokeChatInviteLinkUnknownErrorResponse } from './RevokeChatInviteLinkUnknownErrorResponse.generated'; export type RevokeChatInviteLinkResponse = RevokeChatInviteLinkResponseSuccess | RevokeChatInviteLinkBadRequestResponse | RevokeChatInviteLinkUnauthorizedResponse | RevokeChatInviteLinkForbiddenResponse | RevokeChatInviteLinkNotFoundResponse | RevokeChatInviteLinkConflictResponse | RevokeChatInviteLinkTooManyRequestsResponse | RevokeChatInviteLinkServerErrorResponse | RevokeChatInviteLinkUnknownErrorResponse;