mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 04:59:31 +08:00
9 lines
No EOL
316 B
Text
9 lines
No EOL
316 B
Text
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DiscrError = void 0;
|
|
var DiscrError;
|
|
(function (DiscrError) {
|
|
DiscrError["Tag"] = "tag";
|
|
DiscrError["Mapping"] = "mapping";
|
|
})(DiscrError = exports.DiscrError || (exports.DiscrError = {}));
|
|
//# sourceMappingURL=types.js.map |