Interface SystemMessage

interface SystemMessage {
    message: string;
    type: SystemMessageType;
}

Properties

Properties

message: string