Skip to content

Commit

Permalink
updated resonse format
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaLoubser committed Sep 27, 2023
1 parent 220d44d commit 035cc61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { IChatMessage } from "../interfaces";
import { ChatMessage } from "../interfaces";

export interface IGetEventChatMessagesResponse {
messages: IChatMessage[] | undefined | null,
messages: ChatMessage[] | undefined | null,
};

0 comments on commit 035cc61

Please sign in to comment.