Files

10 lines
123 B
JavaScript
Raw Permalink Normal View History

2026-03-14 20:41:55 +00:00
"use strict";
module.exports.STATUS_MAPPING = {
mapped: 1,
valid: 2,
disallowed: 3,
deviation: 6,
ignored: 7
};