UNPKG

type-arango

Version:

ArangoDB Foxx decorators and utilities for TypeScript

11 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Nested = void 0; var Nested = /** @class */ (function () { function Nested(Class) { this.Class = Class; } return Nested; }()); exports.Nested = Nested; //# sourceMappingURL=Nested.model.js.map