fix: attachment item avatar (#6650)
This commit is contained in:
parent
827f47809b
commit
376f781052
2 changed files with 3 additions and 2 deletions
|
|
@ -11,6 +11,7 @@ export type TIssueAttachment = {
|
|||
// required
|
||||
updated_at: string;
|
||||
updated_by: string;
|
||||
created_by: string;
|
||||
};
|
||||
|
||||
export type TIssueAttachmentUploadResponse = TFileSignedURLResponse & {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue