Update typings again
This commit is contained in:
3
index.d.ts
vendored
3
index.d.ts
vendored
@ -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[];
|
||||
|
Reference in New Issue
Block a user