Update typings again

This commit is contained in:
2023-10-19 16:50:11 -04:00
parent 27a655f6e5
commit cd75a8b817

3
index.d.ts vendored
View File

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