Change type property names to handle multiple attachments
This commit is contained in:
4
index.d.ts
vendored
4
index.d.ts
vendored
@ -55,8 +55,8 @@ declare global {
|
|||||||
}
|
}
|
||||||
|
|
||||||
interface ReportCardProps {
|
interface ReportCardProps {
|
||||||
attachment: string;
|
attachments: string;
|
||||||
attachment_loading?: boolean;
|
attachments_loading?: boolean;
|
||||||
created_at: number;
|
created_at: number;
|
||||||
id: string;
|
id: string;
|
||||||
open: boolean;
|
open: boolean;
|
||||||
|
Reference in New Issue
Block a user