แก้หน้าเพิ่มเรื่องร้องเรียน

This commit is contained in:
setthawutttty 2023-11-14 11:18:52 +07:00
parent 01cbfe6245
commit b49cdaf913
5 changed files with 243 additions and 42 deletions

View file

@ -32,7 +32,19 @@ interface MyObjectComplaintsRef {
[key: string]: any;
}
interface DataAddRequest {
id:string
cardId:string
prefix:string
firstName:string
lastName:string
position:string
level:string
degree:string
oc:string
}
export type {
FormData,
MyObjectComplaintsRef
MyObjectComplaintsRef,
DataAddRequest
}