UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

16 lines 323 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EAttributeValueTypes = void 0; exports.EAttributeValueTypes = { S: 'S', SS: 'SS', M: 'M', L: 'L', NS: 'NS', N: 'N', BOOL: 'BOOL', B: 'B', BS: 'BS', NULL: 'NULL', }; //# sourceMappingURL=types.js.map