Change type property names to handle multiple attachments

This commit is contained in:
regalijan 2023-10-19 16:50:10 -04:00
parent 2037512683
commit a132fd667f
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

4
index.d.ts vendored
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;