blob: cf04915ecae53d378859863506037f4e1510190d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[
{
"namespace": "appConstants",
"description": "experimental API to expose some app constants",
"functions": [
{
"name": "getReleaseBranch",
"type": "function",
"description": "",
"async": true,
"parameters": []
}
]
}
]
|