validateForm เพิ่มเรื่องร้องเรียน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-18 14:41:11 +07:00
parent dd89933261
commit b00a946c64
8 changed files with 302 additions and 62 deletions

View file

@ -22,11 +22,28 @@ interface MyObjectRef {
mistakeDetail: any,
[key: string]: any;
}
interface MyObjectComplaintsRef {
complainantType: any
complainant: any
office: any
agency: any
topicComplaint: any
datereceive: any
dateconsideration: any
offenseDescription: any
considerationLevel: any
datewarn: any
receivecomplaints: any
petitioner: any
files: any
[key: string]: any;
}
export type {
DataOption,
investigatefactsDataRowType,
MyObjectRef,
MyObjectComplaintsRef,
};