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 {
|
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[];
|
||||||
|
Reference in New Issue
Block a user