We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48c2c4 commit 897ade4Copy full SHA for 897ade4
build/Models/UserEntity.d.ts
@@ -4,5 +4,7 @@ export interface UserEntity {
4
name?: string;
5
picture?: string;
6
profile?: string;
7
+ email?: string;
8
+ phone?: string;
9
additional?: any;
10
}
0 commit comments