mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Use type aliase
This commit is contained in:
Vendored
+1
-1
@@ -176,7 +176,7 @@ declare module OAuth {
|
||||
|
||||
parseUri(str: string): Uri;
|
||||
|
||||
normalizeParameters(parameters: [string, string][]|{ [key: string]: string; }): string;
|
||||
normalizeParameters(parameters: ParameterListOrMap): string;
|
||||
}
|
||||
|
||||
interface SignatureMethod {
|
||||
|
||||
Reference in New Issue
Block a user