Init: RoggioApp Architecture, Prisma Schema, API MVP
This commit is contained in:
+19
@@ -0,0 +1,19 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.OP_UNSUPPORTED = exports.OP_SOURCE_UNAVAILABLE = exports.OP_OR = exports.OP_MISSING_DATA = exports.OP_INVALID_DATA = exports.OP_AND = void 0;
|
||||
/** @internal */
|
||||
const OP_AND = exports.OP_AND = "And";
|
||||
/** @internal */
|
||||
const OP_OR = exports.OP_OR = "Or";
|
||||
/** @internal */
|
||||
const OP_INVALID_DATA = exports.OP_INVALID_DATA = "InvalidData";
|
||||
/** @internal */
|
||||
const OP_MISSING_DATA = exports.OP_MISSING_DATA = "MissingData";
|
||||
/** @internal */
|
||||
const OP_SOURCE_UNAVAILABLE = exports.OP_SOURCE_UNAVAILABLE = "SourceUnavailable";
|
||||
/** @internal */
|
||||
const OP_UNSUPPORTED = exports.OP_UNSUPPORTED = "Unsupported";
|
||||
//# sourceMappingURL=configError.js.map
|
||||
Reference in New Issue
Block a user