minor tweaks

This commit is contained in:
AlexAlexandre 2021-12-16 15:15:14 -03:00
parent cdcfbe5f35
commit 9d4f99ee84
1 changed files with 1 additions and 1 deletions

View File

@ -32,4 +32,4 @@ export interface IRoom extends IRocketChatRecord, ISubscriptions {
draftMessage?: string; draftMessage?: string;
} }
export type IRoomModel = IRoom & Model; export type TRoomModel = IRoom & Model;