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 {
|
||||
attachment: string;
|
||||
attachment_loading?: boolean;
|
||||
attachments: string;
|
||||
attachments_loading?: boolean;
|
||||
created_at: number;
|
||||
id: string;
|
||||
open: boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user