123456789101112131415161718192021222324252627282930 |
- var Unibase;
- (function (Unibase) {
- let Platform;
- (function (Platform) {
- let Integrations;
- (function (Integrations) {
- let Infos;
- (function (Infos) {
- class Provider {
- }
- Infos.Provider = Provider;
- class ProviderSetting {
- }
- Infos.ProviderSetting = ProviderSetting;
- class Service {
- }
- Infos.Service = Service;
- class ServiceSetting {
- }
- Infos.ServiceSetting = ServiceSetting;
- class Setting {
- }
- Infos.Setting = Setting;
- class ServiceResponse {
- }
- Infos.ServiceResponse = ServiceResponse;
- })(Infos = Integrations.Infos || (Integrations.Infos = {}));
- })(Integrations = Platform.Integrations || (Platform.Integrations = {}));
- })(Platform = Unibase.Platform || (Unibase.Platform = {}));
- })(Unibase || (Unibase = {}));
|