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 {
|
export interface MessageProps {
|
||||||
class?: string,
|
class?: string,
|
||||||
img?: string | null,
|
img?: string | null,
|
||||||
author?: UserResponse
|
author: UserResponse
|
||||||
text: string,
|
text: string,
|
||||||
timestamp: number,
|
timestamp: number,
|
||||||
format: "12" | "24",
|
format: "12" | "24",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue