123456789101112131415161718192021 |
- var Unibase;
- (function (Unibase) {
- let Platform;
- (function (Platform) {
- let Controls;
- (function (Controls) {
- let Phonenumber;
- (function (Phonenumber) {
- let Requests;
- (function (Requests) {
- class Otp {
- constructor() {
- this.ContactNumber = "";
- }
- }
- Requests.Otp = Otp;
- })(Requests = Phonenumber.Requests || (Phonenumber.Requests = {}));
- })(Phonenumber = Controls.Phonenumber || (Controls.Phonenumber = {}));
- })(Controls = Platform.Controls || (Platform.Controls = {}));
- })(Platform = Unibase.Platform || (Unibase.Platform = {}));
- })(Unibase || (Unibase = {}));
|