UNPKG

baasic-sdk-javascript

Version:

JavaScript SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).

15 lines (14 loc) 427 B
import { ContainerModule } from "inversify"; declare const TYPES: { DynamicResourceBatchRoute: any; DynamicResourceBatchClient: any; DynamicResourceACLClient: any; DynamicResourceACLRoute: any; DynamicResourceClient: any; DynamicResourceRoute: any; DynamicSchemaClient: any; DynamicSchemaRoute: any; }; export { TYPES }; declare let diModule: ContainerModule; export { diModule };