fix ==> โหลดไฟล์คำสั่งรายการแจ้งเตือน
This commit is contained in:
parent
d39753fbde
commit
31755747da
2 changed files with 42 additions and 5 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue