@contract-case/case-plugin-dsl-types
Version:
Types for writing the definition DSL for plugins for the ContractCase test framework
14 lines • 481 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SETUP_VARIABLE_STATE = exports.SETUP_NAMED_STATE = void 0;
/**
* Type identifier constant for the built-in {@link NameOnlyState} type.
* @public
*/
exports.SETUP_NAMED_STATE = '_case:NamedState';
/**
* Type identifier constant for the built-in {@link StateWithVariables} type.
* @public
*/
exports.SETUP_VARIABLE_STATE = '_case:StateWithVariables';
//# sourceMappingURL=states.types.js.map