UNPKG

baasic-sdk-javascript

Version:

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

26 lines (25 loc) 632 B
import { ContainerModule } from "inversify"; declare const TYPES: { LoginRoute: any; LoginClient: any; LoginSocialRoute: any; LoginSocialClient: any; PasswordRecoveryClient: any; PasswordRecoveryRoute: any; RegisterClient: any; RegisterRoute: any; RoleBatchClient: any; RoleBatchRoute: any; RoleClient: any; RoleRoute: any; UserClient: any; UserRoute: any; LookupRoute: any; LookupClient: any; PermissionRoute: any; PermissionClient: any; Root: any; }; export { TYPES }; declare let diModule: ContainerModule; export { diModule };