const Constant = { 'site': { 'title': 'Unity', 'short_title': 'Unity', 'description': 'Unity' }, 'user_status': [ { 'id': 1, 'name': 'Active', 'color': 'primary' }, { 'id': 2, 'name': 'De-active', 'color': 'danger' }, ], 'admin_status': [ { 'id': 1, 'name': 'Active', 'color': 'primary' }, { 'id': 2, 'name': 'De-active', 'color': 'danger' }, ], 'entity_status': [ { 'id': 1, 'name': 'Active', 'color': 'primary' }, { 'id': 2, 'name': 'De-active', 'color': 'danger' } ], 'contract_template_status': [ { 'id': 1, 'name': 'Active', 'color': 'primary' }, { 'id': 2, 'name': 'De-active', 'color': 'danger' }, { 'id': 9, 'name': 'Pending', 'color': 'warning' }, ], 'contract_template_obligation_status': [ { 'id': 1, 'name': 'Active', 'color': 'primary' }, { 'id': 2, 'name': 'De-active', 'color': 'danger' }, { 'id': 9, 'name': 'Pending', 'color': 'warning' }, ], 'contract_template_obligation_dependency_status': [ { 'id': 1, 'name': 'Active', 'color': 'primary' }, { 'id': 2, 'name': 'De-active', 'color': 'danger' }, { 'id': 9, 'name': 'Pending', 'color': 'warning' }, ], 'contract_template_obligation_contract_template_dependency_status': [ { 'id': 1, 'name': 'Active', 'color': 'primary' }, { 'id': 2, 'name': 'De-active', 'color': 'danger' }, { 'id': 9, 'name': 'Pending', 'color': 'warning' }, ], 'contract_status': [ { 'id': 1, 'name': 'Active', 'color': 'primary' }, { 'id': 2, 'name': 'De-active', 'color': 'danger' }, { 'id': 9, 'name': 'Pending', 'color': 'warning' }, ], }; export default Constant;