baasic-sdk-javascript
Version:
JavaScript SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).
53 lines (52 loc) • 1.89 kB
TypeScript
import { ContainerModule } from "inversify";
declare const TYPES: {
CalendarLookups: any;
CalendarACLClient: any;
CalendarACLRoute: any;
CalendarEventRsvpAttendeeBatchClient: any;
CalendarEventRsvpAttendeeBatchRoute: any;
CalendarEventRsvpAttendeeClient: any;
CalendarEventRsvpAttendeeRoute: any;
CalendarRsvpAttendeeBatchClient: any;
CalendarRsvpAttendeeBatchRoute: any;
CalendarRsvpAttendeeClient: any;
CalendarRsvpAttendeeRoute: any;
CalendarEventsClient: any;
CalendarEventsRoute: any;
CalendarBatchClient: any;
CalendarBatchRoute: any;
CalendarClient: any;
CalendarRoute: any;
CalendarRsvpBatchClient: any;
CalendarRsvpBatchRoute: any;
CalendarRsvpClient: any;
CalendarRsvpRoute: any;
CalendarEventBatchClient: any;
CalendarEventBatchRoute: any;
CalendarEventClient: any;
CalendarEventRoute: any;
CalendarEventRsvpBatchClient: any;
CalendarEventRsvpBatchRoute: any;
CalendarEventRsvpClient: any;
CalendarEventRsvpRoute: any;
CalendarEventRsvpInvitationTypeBatchClient: any;
CalendarEventRsvpInvitationTypeBatchRoute: any;
CalendarEventRsvpInvitationTypeClient: any;
CalendarEventRsvpInvitationTypeRoute: any;
CalendarEventRsvpAttendeeStatusBatchClient: any;
CalendarEventRsvpAttendeeStatusBatchRoute: any;
CalendarEventRsvpAttendeeStatusClient: any;
CalendarEventRsvpAttendeeStatusRoute: any;
CalendarEventStatusBatchClient: any;
CalendarEventStatusBatchRoute: any;
CalendarEventStatusClient: any;
CalendarEventStatusRoute: any;
CalendarEventTypeBatchClient: any;
CalendarEventTypeBatchRoute: any;
CalendarEventTypeClient: any;
CalendarEventTypeRoute: any;
Root: any;
};
export { TYPES };
declare let diModule: ContainerModule;
export { diModule };