Daemon monitor message

interface MonitorMessage {
    data: MonitorData;
    mType: string;
}

Properties

Properties

mType: string