@tsed/schema
Version:
JsonSchema module for Ts.ED Framework
12 lines (11 loc) • 459 B
JavaScript
export var VendorKeys;
(function (VendorKeys) {
VendorKeys["GENERIC_LABELS"] = "genericLabels";
VendorKeys["GENERIC_LABEL"] = "genericLabel";
VendorKeys["GENERIC_OF"] = "genericOf";
VendorKeys["NULLABLE"] = "nullable";
VendorKeys["FORWARD_GROUPS"] = "forwardGroups";
VendorKeys["GROUPS"] = "groups";
VendorKeys["GROUPS_NAME"] = "groupsName";
VendorKeys["ALLOWED_GROUPS"] = "allowedGroups";
})(VendorKeys || (VendorKeys = {}));