fix(structure): change conflicting ending .json.ts to .jsonrest.ts
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user