Change type property names to handle multiple attachments
This commit is contained in:
parent
2037512683
commit
a132fd667f
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user