ทะเบียนประวัติ => UI รายการยื่นคำร้องขอแก้ไขข้อมูล
This commit is contained in:
parent
2563982cd8
commit
97efaf4712
6 changed files with 516 additions and 4 deletions
6
src/modules/10_registry/interface/index/Main.ts
Normal file
6
src/modules/10_registry/interface/index/Main.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
interface DataOption {
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
export type { DataOption };
|
||||
Loading…
Add table
Add a link
Reference in a new issue