UNPKG

@alifd/adaptor-helper

Version:
10 lines (9 loc) 175 B
declare enum Types { enum = "enum", string = "string", number = "number", bool = "bool", node = "node", nodeList = "node-list" } export default Types;