Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update typings again
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 27a655f commit cd75a8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Expand Up @@ -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[];
Expand Down

0 comments on commit cd75a8b

Please sign in to comment.