Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit 3bbeca5

Browse files
committed
feat: customProfile 추가
1 parent 4aa7484 commit 3bbeca5

File tree

1 file changed

+4
-0
lines changed
  • packages/tds-widget/src/chat/types

1 file changed

+4
-0
lines changed

packages/tds-widget/src/chat/types/user.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,14 @@ export interface PreDirectRoomMemberInterface<T = UserType>
8484
roomMemberId: string
8585
}
8686

87+
enum CustomProfileType {
88+
AI_NOLI = 'AI_NOLI',
89+
}
8790
interface ChatUserProfileInterface {
8891
name: string
8992
thumbnail: string
9093
message: string
94+
customProfile?: CustomProfileType
9195
}
9296

9397
export function isChatRoomMember<T = UserType>(

0 commit comments

Comments
 (0)