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