Rocket.Chat.ReactNative/app/definitions/IMessage.ts

4 lines
44 B
TypeScript
Raw Normal View History

2021-12-24 13:12:38 +00:00
export interface IMessage {
msg: string;
}