declare enum TableType {
    None = 0,
    Overview = 1,
    Streets = 2,
    Projects = 2,
    Addresses = 3,
    Buildings = 4,
    Properties = 5
}
export default TableType;
//# sourceMappingURL=table-type.d.ts.map