UNPKG

@ergo-graphql/types

Version:
11 lines (8 loc) 371 B
'use strict'; 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 = {}));