Skip to content

Commit cf0c992

Browse files
committed
1 parent a6a7c84 commit cf0c992

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/types/index.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
export interface User {
2+
githubId: string;
3+
email: string;
4+
username: string;
5+
avatar: string;
6+
}
7+
8+
export interface Profile {
9+
grade: number;
10+
schoolRegister: string;
11+
phone: string;
12+
birth: string;
13+
username: string;
14+
email: string;
15+
blog: string;
16+
}

0 commit comments

Comments
 (0)