UNPKG

@pact-foundation/pact

Version:
9 lines 338 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OperationType = void 0; var OperationType; (function (OperationType) { OperationType["Mutation"] = "Mutation"; OperationType["Query"] = "Query"; })(OperationType || (exports.OperationType = OperationType = {})); //# sourceMappingURL=types.js.map