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[];