fix ==> โหลดไฟล์คำสั่งรายการแจ้งเตือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-08-29 15:06:58 +07:00
parent d39753fbde
commit 31755747da
2 changed files with 42 additions and 5 deletions

View file

@ -31,4 +31,11 @@ interface MenuMainList {
active: boolean;
}
export type { InboxList, InboxDetail, MenuMainList };
interface Attachments {
name: string;
url: string;
isReport: boolean;
isTemplate: boolean;
}
export type { InboxList, InboxDetail, MenuMainList, Attachments };