typedrequest/ts/typedrequest.plugins.ts

10 lines
236 B
TypeScript
Raw Normal View History

2019-08-22 14:44:44 +00:00
// apiglobal scope
import * as typedRequestInterfaces from '@apiglobal/typedrequest-interfaces';
2019-08-23 12:35:50 +00:00
export { typedRequestInterfaces };
2019-08-22 14:44:44 +00:00
// pushrocks scope
import * as smartrequest from '@pushrocks/smartrequest';
2019-08-23 12:35:50 +00:00
export { smartrequest };