From a132fd667f832c0d326f0f9a9e50833ce627eac2 Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:10 -0400 Subject: [PATCH] Change type property names to handle multiple attachments --- index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.d.ts b/index.d.ts index d66d867..2263a1a 100644 --- a/index.d.ts +++ b/index.d.ts @@ -55,8 +55,8 @@ declare global { } interface ReportCardProps { - attachment: string; - attachment_loading?: boolean; + attachments: string; + attachments_loading?: boolean; created_at: number; id: string; open: boolean;