Axinom Mosaic Libraries
    Preparing search index...

    Interface PgOutputScopedMessage

    interface PgOutputScopedMessage {
        new?: Record<string, any>;
        old?: Record<string, any>;
        operation: LogicalReplicationOperation;
        schemaName?: string;
        tableName?: string;
    }
    Index

    Properties

    new?: Record<string, any>
    old?: Record<string, any>
    schemaName?: string
    tableName?: string