Change type property names to handle multiple attachments

This commit is contained in:
2023-10-19 16:50:10 -04:00
parent 2037512683
commit a132fd667f
Vendored
+2 -2
View File
@@ -55,8 +55,8 @@ declare global {
} }
interface ReportCardProps { interface ReportCardProps {
attachment: string; attachments: string;
attachment_loading?: boolean; attachments_loading?: boolean;
created_at: number; created_at: number;
id: string; id: string;
open: boolean; open: boolean;