Skip to content

Commit

Permalink
Fix: 응답 데이터 AllOpenChat 타입 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JitHoon committed Nov 9, 2023
1 parent 9be4174 commit 5265eee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/search/search.type.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
export type AllOpenChat = Chat[];

export type AllOpenChatJSON = {
chats: AllOpenChat;
};

type Chat = {
id: string;
name: string;
Expand Down

0 comments on commit 5265eee

Please sign in to comment.