We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a7c84 commit d980d27Copy full SHA for d980d27
src/types/index.ts
@@ -0,0 +1,6 @@
1
+export interface IUser {
2
+ githubId: string;
3
+ email: string;
4
+ username: string;
5
+ avatar: string;
6
+}
0 commit comments