File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 "type" : " Promise<any>" ,
2929 "desc" : " A Promise with the outcome (true -> validation was a success, false -> invalid models detected)" ,
3030 "examples" : [
31- " request().then(() => { ... }).catch(err => { ... })"
31+ " request().then(response => { ... }).catch(err => { ... })"
3232 ]
3333 }
3434 },
3939 "type" : " Promise<any>" ,
4040 "desc" : " A Promise with the outcome (true -> validation was a success, false -> invalid models detected)" ,
4141 "examples" : [
42- " exit().then(() => { ... }).catch(err => { ... })"
42+ " exit().then(response => { ... }).catch(err => { ... })"
4343 ]
4444 }
4545 },
5757 "type" : " Promise<any>" ,
5858 "desc" : " A Promise with the outcome (true -> validation was a success, false -> invalid models detected)" ,
5959 "examples" : [
60- " toggle().then(() => { ... }).catch(err => { ... })"
60+ " toggle().then(response => { ... }).catch(err => { ... })"
6161 ]
6262 }
6363 }
You can’t perform that action at this time.
0 commit comments