frontend/.pnpm-store/v3/files/d6/38e4e08fbec8db5f0c6b673a7b008f8f81b7131203a40c35eded1448fcdec5144892ae209d2d905a450d71d6a28cbbd2ea405dc2637bcbcad161402c42e616

13 lines
425 B
Plaintext

/**
* @license
* Copyright (c) 2016, Contributors
* SPDX-License-Identifier: ISC
*/
export var DefaultValuesForTypeKey;
(function (DefaultValuesForTypeKey) {
DefaultValuesForTypeKey["BOOLEAN"] = "boolean";
DefaultValuesForTypeKey["STRING"] = "string";
DefaultValuesForTypeKey["NUMBER"] = "number";
DefaultValuesForTypeKey["ARRAY"] = "array";
})(DefaultValuesForTypeKey || (DefaultValuesForTypeKey = {}));