- var Unibase;
- (function (Unibase) {
- let Platform;
- (function (Platform) {
- let Communications;
- (function (Communications) {
- let Infos;
- (function (Infos) {
- class DefaultReminderReport {
- }
- Infos.DefaultReminderReport = DefaultReminderReport;
- })(Infos = Communications.Infos || (Communications.Infos = {}));
- })(Communications = Platform.Communications || (Platform.Communications = {}));
- })(Platform = Unibase.Platform || (Unibase.Platform = {}));
- })(Unibase || (Unibase = {}));
|