@voiceflow/base-types
Version:
Voiceflow base project types
10 lines (9 loc) • 305 B
JavaScript
export var ButtonType;
(function (ButtonType) {
ButtonType["INTENT"] = "INTENT";
})(ButtonType || (ButtonType = {}));
export var ButtonsLayout;
(function (ButtonsLayout) {
ButtonsLayout["STACKED"] = "stacked";
ButtonsLayout["CAROUSEL"] = "carousel";
})(ButtonsLayout || (ButtonsLayout = {}));