รายการยื่นคำร้องขอแก้ไขข้อมูล
This commit is contained in:
parent
97efaf4712
commit
857f19e22f
5 changed files with 337 additions and 50 deletions
14
src/modules/10_registry/interface/response/Main.ts
Normal file
14
src/modules/10_registry/interface/response/Main.ts
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
interface DataRequest {
|
||||
createdAt: string;
|
||||
createdFullName: string;
|
||||
detail: string;
|
||||
fullname: string;
|
||||
id: string;
|
||||
lastUpdateFullName: string;
|
||||
lastUpdatedAt: string;
|
||||
remark: string;
|
||||
status: string;
|
||||
topic: string;
|
||||
}
|
||||
|
||||
export type { DataRequest };
|
||||
Loading…
Add table
Add a link
Reference in a new issue