Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change type property names to handle multiple attachments
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent 2037512 commit a132fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Expand Up @@ -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;
Expand Down

0 comments on commit a132fd6

Please sign in to comment.