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 { interface ReportCardProps {
attachments: string; attachments: string[];
attachments_loading?: boolean; attachments_loading?: boolean;
created_at: number; created_at: number;
description?: string;
id: string; id: string;
open: boolean; open: boolean;
target_ids: number[]; target_ids: number[];