diff --git a/src/types/index.ts b/src/types/index.ts new file mode 100644 index 0000000..5f20831 --- /dev/null +++ b/src/types/index.ts @@ -0,0 +1,6 @@ +export interface IUser { + githubId: string; + email: string; + username: string; + avatar: string; +}