Skip to content

Commit d980d27

Browse files
committed
1 parent a6a7c84 commit d980d27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/types/index.ts

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export interface IUser {
2+
githubId: string;
3+
email: string;
4+
username: string;
5+
avatar: string;
6+
}

0 commit comments

Comments
 (0)