@ergo-graphql/types
Version:
A type package for ergo-graphql server
11 lines (8 loc) • 371 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
/** The type of height that boxes must be filtered on. */
exports.HeightFilterType = void 0;
(function (HeightFilterType) {
HeightFilterType["Creation"] = "creation";
HeightFilterType["Settlement"] = "settlement";
})(exports.HeightFilterType || (exports.HeightFilterType = {}));