microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
src/extension/appcenter/lib/app-center-node-client/index.d.ts
23lines · modecode
| 1 | /* |
| 2 | * Code generated by Microsoft (R) SwaggerTools. |
| 3 | * Changes may cause incorrect behavior and will be lost if the code is |
| 4 | * regenerated. |
| 5 | */ |
| 6 | |
| 7 | /// <reference path="./models.d.ts" /> |
| 8 | |
| 9 | /// <reference path="./src/appCenterClient.d.ts" /> |
| 10 | /// <reference path="./src/account/accountClient.d.ts" /> |
| 11 | /// <reference path="./src/codepush/codepushClient.d.ts" /> |
| 12 | |
| 13 | |
| 14 | import AppCenterClient = require('./src/appCenterClient'); |
| 15 | import AccountClient = require('./src/account/accountClient'); |
| 16 | import CodepushClient = require('./src/codepush/codepushClient'); |
| 17 | |
| 18 | |
| 19 | export { |
| 20 | AccountClient, |
| 21 | CodepushClient |
| 22 | }; |
| 23 | export default AppCenterClient; |