Skip to content

Commit

Permalink
Update src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sahil Kumar <[email protected]>
  • Loading branch information
kanat and xsahil03x authored Nov 28, 2024
1 parent 4e8a09d commit a0e5c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1252,7 +1252,7 @@ export type ConnectionChangeEvent = {

export type Event<StreamChatGenerics extends ExtendableGenerics = DefaultGenerics> = StreamChatGenerics['eventType'] & {
type: EventTypes;
ai_message?: boolean;
ai_message?: string;
ai_state?: AIState;
channel?: ChannelResponse<StreamChatGenerics>;
channel_id?: string;
Expand Down

0 comments on commit a0e5c39

Please sign in to comment.