Skip to content

Commit

Permalink
Chat: Update User.id default value
Browse files Browse the repository at this point in the history
  • Loading branch information
marker-dao authored Sep 20, 2024
1 parent 4369c7b commit c95b9ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/devextreme/js/ui/chat.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export type MessageSendEvent = NativeEventInfo<dxChat, KeyboardEvent | PointerEv
export type User = {
/**
* @docid
* @default string
* @public
*/
id?: number | string;
Expand Down

0 comments on commit c95b9ab

Please sign in to comment.