From 4dcb6e64aacecf98440e0a68221820b795ba2a19 Mon Sep 17 00:00:00 2001 From: nobuoka Date: Tue, 21 Apr 2015 14:39:40 +0900 Subject: [PATCH] Use type aliase --- oauth.js/oauth.js.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth.js/oauth.js.d.ts b/oauth.js/oauth.js.d.ts index 2034724ef..24baa0990 100644 --- a/oauth.js/oauth.js.d.ts +++ b/oauth.js/oauth.js.d.ts @@ -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 {