diff --git a/app/definitions/IRoom.ts b/app/definitions/IRoom.ts index 21d57db23..cd09b86d6 100644 --- a/app/definitions/IRoom.ts +++ b/app/definitions/IRoom.ts @@ -32,4 +32,4 @@ export interface IRoom extends IRocketChatRecord, ISubscriptions { draftMessage?: string; } -export type IRoomModel = IRoom & Model; +export type TRoomModel = IRoom & Model;