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

    Type Alias UpdateChange

    type UpdateChange = {
        new: Row;
        old: Row | null;
        operation: "update";
        pk: unknown;
        table_ref: [string, string];
    }
    Index

    Properties

    new: Row
    old: Row | null
    operation: "update"
    pk: unknown
    table_ref: [string, string]