UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

10 lines (9 loc) 305 B
export var ButtonType; (function (ButtonType) { ButtonType["INTENT"] = "INTENT"; })(ButtonType || (ButtonType = {})); export var ButtonsLayout; (function (ButtonsLayout) { ButtonsLayout["STACKED"] = "stacked"; ButtonsLayout["CAROUSEL"] = "carousel"; })(ButtonsLayout || (ButtonsLayout = {}));