UNPKG

@kenniy/godeye-data-contracts

Version:

Enterprise-grade base repository architecture for GOD-EYE microservices with zero overhead and maximum code reuse

13 lines (12 loc) 337 B
"use strict"; /** * Validation-related enums */ Object.defineProperty(exports, "__esModule", { value: true }); exports.IdFormat = void 0; var IdFormat; (function (IdFormat) { IdFormat["UUID"] = "uuid"; IdFormat["OBJECT_ID"] = "objectid"; IdFormat["NUMERIC"] = "numeric"; })(IdFormat || (exports.IdFormat = IdFormat = {}));