Skip to content

Commit

Permalink
Update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bsu3338 committed Apr 12, 2024
1 parent be9e53c commit aab6ced
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/data-provider/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ export type TUser = {
updatedAt: string;
};

export type TPreference = {
name: string;
value: string;
};

export type TGetConversationsResponse = {
conversations: TConversation[];
pageNumber: string;
Expand Down

0 comments on commit aab6ced

Please sign in to comment.