API โครงสร้าง
This commit is contained in:
parent
0fbf803a26
commit
44d9eb569a
4 changed files with 62 additions and 14 deletions
|
|
@ -0,0 +1,8 @@
|
|||
interface DataActive {
|
||||
activeId: string;
|
||||
activeName: string;
|
||||
draftId: string;
|
||||
draftName: string;
|
||||
}
|
||||
|
||||
export type { DataActive };
|
||||
Loading…
Add table
Add a link
Reference in a new issue