All files / dist EntryChange.js

66.66% Statements 6/9
0% Branches 0/2
0% Functions 0/2
66.66% Lines 6/9

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18  1x 1x     1x                 1x 1x 1x  
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntryChange = void 0;
// Package: com.lightningkite.lightningdb
// Generated by Khrysalis - this file will be overwritten.
const khrysalis_runtime_1 = require("@lightningkite/khrysalis-runtime");
//! Declares com.lightningkite.lightningdb.EntryChange
class EntryChange {
    constructor(old = null, _new = null) {
        this.old = old;
        this._new = _new;
    }
    static propertyTypes(T) { return { old: T, _new: T }; }
}
exports.EntryChange = EntryChange;
EntryChange.properties = ["old", "_new"];
(0, khrysalis_runtime_1.setUpDataClass)(EntryChange);
//# sourceMappingURL=EntryChange.js.map