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

    Type Alias DeleteChange

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

    Properties

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