interface IMessage {
    body: string;
    type: number;
}

Properties

Properties

body: string
type: number