fix ==> ปุ่มดาวน์โหลดไฟล์คำสั่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-08-29 14:13:15 +07:00
parent d95042ba0e
commit 9f3ef65f13
2 changed files with 15 additions and 12 deletions

View file

@ -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 };