ต่อAPI กลุ่มงาน

This commit is contained in:
oat_dev 2024-04-19 11:36:48 +07:00
parent 974f5d8270
commit 4dfd5a139b
3 changed files with 103 additions and 101 deletions

View file

@ -0,0 +1,7 @@
//ข้อมูล
interface ResponseObject {
nameGroupKPI: string,
}
export type { ResponseObject };