UNPKG

baasic-sdk-javascript

Version:

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

35 lines (34 loc) 1.48 kB
import { ContainerModule } from "inversify"; declare const TYPES: { NotificationsClient: any; NotificationsPublishBatchClient: any; NotificationsPublishBatchRoute: any; NotificationsPublishRoute: any; NotificationsPublishClient: any; NotificationsRegistrationsAnonymousBatchClient: any; NotificationsRegistrationsAnonymousBatchRoute: any; NotificationsRegistrationsAnonymousClient: any; NotificationsRegistrationsAnonymousRoute: any; NotificationsRegistrationsRoute: any; NotificationsRegistrationsUsersBatchRoute: any; NotificationsRegistrationsUsersBatchClient: any; NotificationsRegistrationsUsersClient: any; NotificationsRegistrationsUsersRoute: any; NotificationsRoute: any; NotificationsRegistrationsClient: any; NotificationsSubscriptionsClient: any; NotificationsSubscriptionsRoute: any; NotificationsSubscriptionsAnonymousBatchClient: any; NotificationsSubscriptionsAnonymousBatchRoute: any; NotificationsSubscriptionsAnonymousRoute: any; NotificationsSubscriptionsAnonymousClient: any; NotificationsSubscriptionsUsersRoute: any; NotificationsSubscriptionsUsersBatchClient: any; NotificationsSubscriptionsUsersBatchRoute: any; NotificationsSubscriptionsUsersClient: any; NotificationsSettingsRoute: any; NotificationsSettingsClient: any; }; export { TYPES }; declare let diModule: ContainerModule; export { diModule };