baasic-sdk-javascript
Version:
JavaScript SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).
14 lines (13 loc) • 388 B
TypeScript
import { ContainerModule } from "inversify";
declare const TYPES: {
ShoppingCartItemClient: any;
ShoppingCartPaymentClient: any;
ShoppingCartItemBatchClient: any;
ShoppingCartItemRoute: any;
ShoppingCartPaymentRoute: any;
ShoppingCartItemBatchRoute: any;
Root: any;
};
export { TYPES };
declare let diModule: ContainerModule;
export { diModule };