export namespace ASSET_TYPES { namespace program { let label: string; let type: string; let id: string; } namespace rig { let label_1: string; export { label_1 as label }; let type_1: string; export { type_1 as type }; let id_1: string; export { id_1 as id }; } namespace well { let label_2: string; export { label_2 as label }; let type_2: string; export { type_2 as type }; let id_2: string; export { id_2 as id }; } namespace asset { let label_3: string; export { label_3 as label }; let type_3: string; export { type_3 as type }; let id_3: string; export { id_3 as id }; } namespace frac_fleet { let label_4: string; export { label_4 as label }; let type_4: string; export { type_4 as type }; let id_4: string; export { id_4 as id }; } namespace pad { let label_5: string; export { label_5 as label }; let type_5: string; export { type_5 as type }; let id_5: string; export { id_5 as id }; } namespace drillout_unit { let label_6: string; export { label_6 as label }; let type_6: string; export { type_6 as type }; let id_6: string; export { id_6 as id }; } namespace intervention_unit { let label_7: string; export { label_7 as label }; let type_7: string; export { type_7 as type }; let id_7: string; export { id_7 as id }; } } //# sourceMappingURL=assetTypes.d.ts.map