Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#8530 from bytenik/patch-4
Browse files Browse the repository at this point in the history
Exposed json wrapper for customization by user
  • Loading branch information
vvakame committed Mar 15, 2016
2 parents c70f9cc + 6792a62 commit 8d83ee0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion signalr/signalr.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,13 @@ declare namespace SignalR {
protocol: string;
host: string;
}

interface Connection {
clientProtocol: string;
ajaxDataType: string;
contentType: string;
id: string;
json: JSON;
logging: boolean;
url: string;
qs: string | Object;
Expand Down

0 comments on commit 8d83ee0

Please sign in to comment.