minor tweaks
This commit is contained in:
parent
cdcfbe5f35
commit
9d4f99ee84
|
@ -32,4 +32,4 @@ export interface IRoom extends IRocketChatRecord, ISubscriptions {
|
|||
draftMessage?: string;
|
||||
}
|
||||
|
||||
export type IRoomModel = IRoom & Model;
|
||||
export type TRoomModel = IRoom & Model;
|
||||
|
|
Loading…
Reference in New Issue