Skip to content

Commit

Permalink
feat: added email to user interface
Browse files Browse the repository at this point in the history
  • Loading branch information
stretch0 committed Oct 13, 2022
1 parent 5407967 commit 850bc77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/user.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export interface User {
name: string;
email: string;
age: number;
}

0 comments on commit 850bc77

Please sign in to comment.