API โครงสร้าง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-26 17:19:42 +07:00
parent 0fbf803a26
commit 44d9eb569a
4 changed files with 62 additions and 14 deletions

View file

@ -0,0 +1,8 @@
interface DataActive {
activeId: string;
activeName: string;
draftId: string;
draftName: string;
}
export type { DataActive };