"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.USyncUser = void 0;class USyncUser { withId(id) { this.id = id; return this; } withLid(lid) { this.lid = lid; return this; } withPhone(phone) { this.phone = phone; return this; } withType(type) { this.type = type; return this; } withPersonaId(personaId) { this.personaId = personaId; return this; } }exports.USyncUser = USyncUser; /* v9-2390b47526fff6b6 */