UNPKG

@voiceflow/common

Version:

Junk drawer of utility functions

7 lines (6 loc) 205 B
export const CUSTOM_SLOT_TYPE = 'Custom'; export const LOWER_CASE_CUSTOM_SLOT_TYPE = CUSTOM_SLOT_TYPE.toLowerCase(); export const CustomSlot = { type: CUSTOM_SLOT_TYPE, label: CUSTOM_SLOT_TYPE, };