UNPKG

radius-read

Version:

Realtime Dashboard

12 lines 452 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityResultType = exports.EntityResult = void 0; class EntityResult { } exports.EntityResult = EntityResult; var EntityResultType; (function (EntityResultType) { EntityResultType["Success"] = "Success"; EntityResultType["Failed"] = "Failed"; })(EntityResultType || (exports.EntityResultType = EntityResultType = {})); //# sourceMappingURL=result.model.js.map