fix: prop

This commit is contained in:
Twig 2025-07-14 21:37:45 +02:00
parent b319a06749
commit f4ddcf9d8d
No known key found for this signature in database

View file

@ -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",