UNPKG

@prismatic-io/spectral

Version:

Utility library for building Prismatic connectors and code-native integrations

6 lines (5 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TriggerOptionChoices = void 0; const optionChoices = ["invalid", "valid", "required"]; exports.TriggerOptionChoices = [...optionChoices];