fix ==> ปุ่มดาวน์โหลดไฟล์คำสั่ง
This commit is contained in:
parent
d95042ba0e
commit
9f3ef65f13
2 changed files with 15 additions and 12 deletions
|
|
@ -2,6 +2,7 @@ interface attachments {
|
|||
name: string;
|
||||
url: string;
|
||||
isReport: boolean;
|
||||
isTemplate: boolean;
|
||||
}
|
||||
interface ResponseInbox {
|
||||
body: string;
|
||||
|
|
@ -30,4 +31,4 @@ interface DataInbox {
|
|||
isOpen: boolean;
|
||||
}
|
||||
|
||||
export type { ResponseInbox, DataInbox };
|
||||
export type { ResponseInbox, DataInbox, attachments };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue