fix: prop
This commit is contained in:
parent
b319a06749
commit
f4ddcf9d8d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import type { MessageResponse, UserResponse } from "./interfaces";
|
|||
export interface MessageProps {
|
||||
class?: string,
|
||||
img?: string | null,
|
||||
author?: UserResponse
|
||||
author: UserResponse
|
||||
text: string,
|
||||
timestamp: number,
|
||||
format: "12" | "24",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue