UNPKG

cordova-plugin-qonversion

Version:
13 lines (12 loc) 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.User = void 0; class User { qonversionId; identityId; constructor(qonversionId, identityId) { this.qonversionId = qonversionId; this.identityId = identityId; } } exports.User = User;