Skip to content

Commit 5c0f486

Browse files
committed
feat: email attributes
1 parent 89315d3 commit 5c0f486

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/models/user.ts

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ export interface LoginAttributes {
2929
password: string
3030
}
3131

32+
export interface EmailAttributes {
33+
email: string | any
34+
fullName: string
35+
}
36+
3237
interface UserCreationAttributes extends Optional<UserAttributes, 'id'> {}
3338

3439
interface UserInstance

0 commit comments

Comments
 (0)