Skip to content

Commit 897ade4

Browse files
author
SSOfy
committed
build 1.1.2
1 parent d48c2c4 commit 897ade4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/Models/UserEntity.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ export interface UserEntity {
44
name?: string;
55
picture?: string;
66
profile?: string;
7+
email?: string;
8+
phone?: string;
79
additional?: any;
810
}

0 commit comments

Comments
 (0)