All files / dist SignalData.js

60% Statements 6/10
100% Branches 0/0
0% Functions 0/2
60% Lines 6/10

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  1x 1x 1x                   1x 1x 1x  
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SignalData = void 0;
const khrysalis_runtime_1 = require("@lightningkite/khrysalis-runtime");
//! Declares com.lightningkite.lightningdb.SignalData
class SignalData {
    constructor(item, created, deleted) {
        this.item = item;
        this.created = created;
        this.deleted = deleted;
    }
    static propertyTypes(Model) { return { item: Model, created: [Boolean], deleted: [Boolean] }; }
}
exports.SignalData = SignalData;
SignalData.properties = ["item", "created", "deleted"];
(0, khrysalis_runtime_1.setUpDataClass)(SignalData);
//# sourceMappingURL=SignalData.js.map