From cd75a8b81799953fe5a408d76355ca8d64eaea8f Mon Sep 17 00:00:00 2001 From: regalijan Date: Thu, 19 Oct 2023 16:50:11 -0400 Subject: [PATCH] Update typings again --- index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 2263a1a..4c9aa8e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -55,9 +55,10 @@ declare global { } interface ReportCardProps { - attachments: string; + attachments: string[]; attachments_loading?: boolean; created_at: number; + description?: string; id: string; open: boolean; target_ids: number[];