We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74e18f commit dad1389Copy full SHA for dad1389
src/types/api/Global.types.d.ts
@@ -51,15 +51,6 @@ type TimeStamps = {
51
updatedAt?: string
52
}
53
54
-<<<<<<< HEAD
55
-// 사용자 관련 인터페이스
56
-interface User {
57
- id: Id // 사용자 고유 ID
58
- email: Email // 이메일
59
- name: Name // 이름
60
- nickname: Nickname // 닉네임
61
- imageUrl: string // 프로필 이미지 URL
62
-=======
63
/**
64
사용자 관련 인터페이스
65
- id: 사용자 고유 ID
@@ -74,7 +65,6 @@ type User = {
74
name: Name
75
66
nickname: Nickname
76
67
imageUrl: URL
77
->>>>>>> 09c05858097bed55b3b4f6c49d5228b9687e45d3
78
68
79
69
80
70
// MemberInfo: 일부 사용자 정보를 제외한 타입
0 commit comments