1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-02-01 03:54:46 +00:00
discover/back-end/constants/dapp-metadata-statuses.json

8 lines
109 B
JSON
Raw Normal View History

2019-06-03 21:01:42 +03:00
{
"NEW": "NEW",
"APPROVED": "APPROVED",
"ALL_STATUS": [
"NEW",
"APPROVED"
]
}