UNPKG

@voiceflow/base-types

Version:

Voiceflow base project types

9 lines (8 loc) 267 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CardType = void 0; var CardType; (function (CardType) { CardType["SIMPLE"] = "Simple"; CardType["STANDARD"] = "Standard"; })(CardType || (exports.CardType = CardType = {}));