RocketChat/Rocket.Chat

View on GitHub
packages/server-cloud-communication/src/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
/* eslint-disable @typescript-eslint/naming-convention */

import type { SupportedVersions, SignedSupportedVersions } from './definitions';

export { SupportedVersions, SignedSupportedVersions };