Skip to content

Commit 0f371cd

Browse files
committed
1 parent a6a7c84 commit 0f371cd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

src/types/index.ts

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

0 commit comments

Comments
 (0)