UNPKG

@voiceflow/common

Version:

Junk drawer of utility functions

10 lines (9 loc) 385 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomSlot = exports.LOWER_CASE_CUSTOM_SLOT_TYPE = exports.CUSTOM_SLOT_TYPE = void 0; exports.CUSTOM_SLOT_TYPE = 'Custom'; exports.LOWER_CASE_CUSTOM_SLOT_TYPE = exports.CUSTOM_SLOT_TYPE.toLowerCase(); exports.CustomSlot = { type: exports.CUSTOM_SLOT_TYPE, label: exports.CUSTOM_SLOT_TYPE, };