@boligmappa/web-component-search
Version:
Web component for interacting with the Boligmappa APIs
12 lines • 532 B
JavaScript
var TableType;
(function (TableType) {
TableType[TableType["None"] = 0] = "None";
TableType[TableType["Overview"] = 1] = "Overview";
TableType[TableType["Streets"] = 2] = "Streets";
TableType[TableType["Projects"] = 2] = "Projects";
TableType[TableType["Addresses"] = 3] = "Addresses";
TableType[TableType["Buildings"] = 4] = "Buildings";
TableType[TableType["Properties"] = 5] = "Properties";
})(TableType || (TableType = {}));
export default TableType;
//# sourceMappingURL=table-type.js.map