รายการยื่นคำร้องขอแก้ไขข้อมูล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-19 17:58:45 +07:00
parent 97efaf4712
commit 857f19e22f
5 changed files with 337 additions and 50 deletions

View 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 };