mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Dropbox: Document reason for dummy class
https://github.com/Microsoft/TypeScript/issues/371
This commit is contained in:
Vendored
+2
-1
@@ -290,6 +290,7 @@ declare module Dropbox {
|
||||
}
|
||||
module AuthDriver {
|
||||
|
||||
/** Do not use class! TypeScript definition implementation detail : https://github.com/Microsoft/TypeScript/issues/371 */
|
||||
class IAuthDriver {
|
||||
doAuthorize(authUrl: string, stateParam: string, client: Client, callback?: QueryParamsCallback): void;
|
||||
}
|
||||
@@ -504,4 +505,4 @@ declare module Dropbox {
|
||||
appHash(): string;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user