UNPKG

baasic-sdk-javascript

Version:

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

34 lines (33 loc) 944 B
import { ContainerModule } from "inversify"; declare const TYPES: { CompanyBatchClient: any; CompanyBatchRoute: any; CompanyClient: any; CompanyRoute: any; OrganizationBatchClient: any; OrganizationBatchRoute: any; OrganizationClient: any; OrganizationRoute: any; SkillBatchClient: any; SkillBatchRoute: any; SkillClient: any; SkillRoute: any; UserEducationClient: any; UserEducationRoute: any; UserProfileACLClient: any; UserProfileACLRoute: any; UserProfileAvatarClient: any; UserProfileAvatarRoute: any; UserProfileAvatarStreamsClient: any; UserProfileAvatarStreamsRoute: any; UserProfileClient: any; UserProfileRoute: any; UserSkillClient: any; UserSkillRoute: any; UserWorkClient: any; UserWorkRoute: any; Root: any; }; export { TYPES }; declare let diModule: ContainerModule; export { diModule };