UNPKG

300 BTypeScriptView Raw
1/**
2 * TokenResponse is defined in `@azure/ms-rest-nodeauth` and is copied here to not
3 * add an unnecessary dependency.
4 */
5export interface TokenResponse {
6 readonly tokenType: string;
7 readonly accessToken: string;
8 readonly [x: string]: any;
9}
10//# sourceMappingURL=tokenResponse.d.ts.map
\No newline at end of file