ETASCOM CRM V3 - Documentation API
    Preparing search index...
    interface Alert {
        type: "info" | "success" | "warning";
        message: string;
        count: number;
    }
    Index

    Properties

    Properties

    type: "info" | "success" | "warning"
    message: string
    count: number