react-storm
Version:
A small storm in the React Store world
13 lines • 361 B
JavaScript
var ModelMeta = /** @class */ (function () {
function ModelMeta() {
this.fields = [];
this.actions = [];
}
ModelMeta.prototype.key = function (idx) {
return idx != null ? "".concat(this.id, "_").concat(idx) : this.id;
};
;
return ModelMeta;
}());
export { ModelMeta };
//# sourceMappingURL=meta.js.map