123456789101112131415161718192021222324 |
- var Unibase;
- (function (Unibase) {
- let Platform;
- (function (Platform) {
- let Integrations;
- (function (Integrations) {
- let Infos;
- (function (Infos) {
- class Integrator {
- }
- Infos.Integrator = Integrator;
- class ServiceIntegrator {
- }
- Infos.ServiceIntegrator = ServiceIntegrator;
- class Sync {
- }
- Infos.Sync = Sync;
- class SyncLog {
- }
- Infos.SyncLog = SyncLog;
- })(Infos = Integrations.Infos || (Integrations.Infos = {}));
- })(Integrations = Platform.Integrations || (Platform.Integrations = {}));
- })(Platform = Unibase.Platform || (Unibase.Platform = {}));
- })(Unibase || (Unibase = {}));
|