PG→Mongo Ingest CLI - v1.0.0
    Preparing search index...

    Interface EvolutionMessageRow

    interface EvolutionMessageRow {
        id: string;
        key: any;
        pushName: null | string;
        participant: null | string;
        messageType: string;
        message: any;
        contextInfo: any;
        source: string;
        messageTimestamp: number;
        instanceId: string;
    }
    Index

    Properties

    id: string
    key: any
    pushName: null | string
    participant: null | string
    messageType: string
    message: any
    contextInfo: any
    source: string
    messageTimestamp: number
    instanceId: string