รายการคำสั่ง ==> API
This commit is contained in:
parent
71be6d095f
commit
15b33b147a
14 changed files with 568 additions and 145 deletions
|
|
@ -7,4 +7,9 @@ interface DataOption {
|
|||
name: string;
|
||||
}
|
||||
|
||||
export type { Pagination, DataOption };
|
||||
interface ItemTabs {
|
||||
label: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export type { Pagination, DataOption, ItemTabs };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue