4 lines
44 B
TypeScript
4 lines
44 B
TypeScript
|
export interface IMessage {
|
||
|
msg: string;
|
||
|
}
|