diff --git a/types/props.ts b/types/props.ts index f97405d..aa6ff0c 100644 --- a/types/props.ts +++ b/types/props.ts @@ -1,4 +1,4 @@ -import type { UserResponse } from "./interfaces"; +import type { MessageResponse, UserResponse } from "./interfaces"; export interface MessageProps { class?: string, @@ -14,4 +14,7 @@ export interface MessageProps { replyingTo?: boolean, editing?: boolean, me: UserResponse + message: MessageResponse, + replyMessage?: MessageResponse + isMentioned?: boolean, } \ No newline at end of file