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

    Interface ChatCursorDoc

    interface ChatCursorDoc {
        cursor?: {
            last_ts_seconds: null | number;
            last_message_id: null | string;
            updated_at: string;
            imported_count: number;
        };
    }
    Index

    Properties

    Properties

    cursor?: {
        last_ts_seconds: null | number;
        last_message_id: null | string;
        updated_at: string;
        imported_count: number;
    }