UNPKG

@lightningkite/ktor-batteries

Version:
20 lines 831 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ListChange = void 0; // Package: com.lightningkite.ktordb // Generated by Khrysalis - this file will be overwritten. const khrysalis_runtime_1 = require("@lightningkite/khrysalis-runtime"); //! Declares com.lightningkite.ktordb.ListChange class ListChange { constructor(wholeList = null, old = null, _new = null) { this.wholeList = wholeList; this.old = old; this._new = _new; } static propertyTypes(T) { return { wholeList: [Array, T], old: T, _new: T }; } } exports.ListChange = ListChange; ListChange.properties = ["wholeList", "old", "_new"]; ListChange.propertiesJsonOverride = { _new: "new" }; (0, khrysalis_runtime_1.setUpDataClass)(ListChange); //# sourceMappingURL=ListChange.js.map