ทะเบียนประวัติ => UI รายการยื่นคำร้องขอแก้ไขข้อมูล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-18 16:42:53 +07:00
parent 2563982cd8
commit 97efaf4712
6 changed files with 516 additions and 4 deletions

View file

@ -0,0 +1,6 @@
interface DataOption {
id: string;
name: string;
}
export type { DataOption };