UNPKG

baasic-sdk-javascript

Version:

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

38 lines (37 loc) 1.06 kB
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; LanguageBatchRoute: any; LanguageBatchClient: any; LanguageRoute: any; LanguageClient: any; Root: any; }; export { TYPES }; declare let diModule: ContainerModule; export { diModule };