project: Move to ESM Modules
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
export class USyncUser {
|
||||
id: string
|
||||
lid: string
|
||||
phone: string
|
||||
type: string
|
||||
personaId: string
|
||||
id?: string
|
||||
lid?: string
|
||||
phone?: string
|
||||
type?: string
|
||||
personaId?: string
|
||||
|
||||
withId(id: string) {
|
||||
this.id = id
|
||||
|
||||
Reference in New Issue
Block a user