Init: RoggioApp Architecture, Prisma Schema, API MVP
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.Versioned = void 0;
|
||||
/** @internal */
|
||||
class Versioned {
|
||||
value;
|
||||
constructor(value) {
|
||||
this.value = value;
|
||||
}
|
||||
}
|
||||
exports.Versioned = Versioned;
|
||||
//# sourceMappingURL=versioned.js.map
|
||||
Reference in New Issue
Block a user