fix: attachment item avatar (#6650)

This commit is contained in:
Anmol Singh Bhatia 2025-02-19 18:02:39 +05:30 committed by GitHub
parent 827f47809b
commit 376f781052
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View file

@ -11,6 +11,7 @@ export type TIssueAttachment = {
// required
updated_at: string;
updated_by: string;
created_by: string;
};
export type TIssueAttachmentUploadResponse = TFileSignedURLResponse & {