diff --git a/js-data-http/js-data-http.d.ts b/js-data-http/js-data-http.d.ts new file mode 100644 index 000000000..60a279103 --- /dev/null +++ b/js-data-http/js-data-http.d.ts @@ -0,0 +1,13 @@ +// Type definitions for JSData Http Adapter v1.2.0 +// Project: https://github.com/js-data/js-data-http +// Definitions by: Stefan Steinhart +// Definitions: https://github.com/borisyankov/DefinitelyTyped + +/// + +declare module JSData_ { + + interface DSHttpAdapter extends IDSAdapter { + + } +} \ No newline at end of file