microsoft/vscode-react-native
Publicmirrored from https://github.com/microsoft/vscode-react-nativeAvailable
lib/app-center-node-client/src/appCenterClientCredentials.d.ts
13lines · 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 | declare class AppCenterClientCredentials { |
| 8 | constructor(getToken: Promise<any>); |
| 9 | |
| 10 | signRequest(request: any, callback: any); |
| 11 | } |
| 12 | |
| 13 | export = AppCenterClientCredentials; |
| 14 | |