Cuttlefish SDK Reference - v0.1.0
    Preparing search index...

    Type Alias RowsPatch

    type RowsPatch = {
        changes: (InsertChange | UpdateChange | DeleteChange)[];
        lsn: string;
        timestamp: string;
    }
    Index

    Properties

    Properties

    lsn: string
    timestamp: string