Skip to content

Commit

Permalink
fix: Fix user submit text event data
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Sep 15, 2024
1 parent 0dfbb7d commit e01929a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/events/RcbUserSubmitTextEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ import { RcbBaseEvent } from "../internal/events/RcbBaseEvent";
* Defines the data available for user submit text event.
*/
export type RcbUserSubmitTextEvent = RcbBaseEvent<{
userInput: string;
inputText: string;
sendInChat: boolean;
}>;

0 comments on commit e01929a

Please sign in to comment.