UNPKG

@vtex/api

Version:
9 lines (8 loc) 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SpanReferenceTypes = void 0; var SpanReferenceTypes; (function (SpanReferenceTypes) { SpanReferenceTypes[SpanReferenceTypes["CHILD_OF"] = 0] = "CHILD_OF"; SpanReferenceTypes[SpanReferenceTypes["FOLLOWS_FROM"] = 1] = "FOLLOWS_FROM"; })(SpanReferenceTypes = exports.SpanReferenceTypes || (exports.SpanReferenceTypes = {}));