RocketChat/Rocket.Chat

View on GitHub
packages/core-typings/src/federation/IMatrixBridgedRoom.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { IRocketChatRecord } from '../IRocketChatRecord';

export interface IMatrixBridgedRoom extends IRocketChatRecord {
    rid: string;
    mri: string;
}