interface Message {
    text: string;
    title?: string;
    type: MessageType;
}

Properties

Properties

text: string
title?: string