fix(structure): change conflicting ending .json.ts to .jsonrest.ts

This commit is contained in:
2018-06-19 00:47:34 +02:00
parent d7a9d173b8
commit 8eca91145b
15 changed files with 224 additions and 2 deletions

View File

@ -1,5 +1,5 @@
export { request, extendedIncomingMessage } from './smartrequest.request';
export { ISmartRequestOptions } from './smartrequest.interfaces';
export * from './smartrequest.json';
export * from './smartrequest.binary';
export * from './smartrequest.jsonrest';
export * from './smartrequest.binaryrest';