Integration App SDK - v1.14.0
    Preparing search index...

    Interface LogRecord

    interface LogRecord {
        type?: LogRecordType;
        msg?: string;
        data?: any;
    }
    Index

    Properties

    Properties

    msg?: string
    data?: any