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

    Type Alias InsertChange

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

    Properties

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