mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Switched to using global JSON
This commit is contained in:
Vendored
+1
-6
@@ -170,17 +170,12 @@ declare namespace SignalR {
|
||||
host: string;
|
||||
}
|
||||
|
||||
interface JsonConverter {
|
||||
stringify: (o: any) => string;
|
||||
parse: (str: string) => any;
|
||||
}
|
||||
|
||||
interface Connection {
|
||||
clientProtocol: string;
|
||||
ajaxDataType: string;
|
||||
contentType: string;
|
||||
id: string;
|
||||
json: JsonConverter;
|
||||
json: JSON;
|
||||
logging: boolean;
|
||||
url: string;
|
||||
qs: string | Object;
|
||||
|
||||
Reference in New Issue
Block a user