38e4e08fbec8db5f0c6b673a7b008f8f81b7131203a40c35eded1448fcdec5144892ae209d2d905a450d71d6a28cbbd2ea405dc2637bcbcad161402c42e616 425 B

123456789101112
  1. /**
  2. * @license
  3. * Copyright (c) 2016, Contributors
  4. * SPDX-License-Identifier: ISC
  5. */
  6. export var DefaultValuesForTypeKey;
  7. (function (DefaultValuesForTypeKey) {
  8. DefaultValuesForTypeKey["BOOLEAN"] = "boolean";
  9. DefaultValuesForTypeKey["STRING"] = "string";
  10. DefaultValuesForTypeKey["NUMBER"] = "number";
  11. DefaultValuesForTypeKey["ARRAY"] = "array";
  12. })(DefaultValuesForTypeKey || (DefaultValuesForTypeKey = {}));