summaryrefslogtreecommitdiff
path: root/src/views/menuMBZTGZ/module/targetMock.js
blob: 2ca003eb87c814cfe8288d00012dd1677f14c0b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
const getTargetsResponse = {
  "code": 200,
  "message": "success",
  "result": {
    "total_target_count": 5,
    "deploy_success_count": 0,
    "deploy_fail_count": 0,
    "no_deploy_count": 2
  }
}

export { getTargetsResponse }