interface

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-19 15:37:39 +07:00
parent e300009dc3
commit df90bfa45b

View file

@ -9,35 +9,8 @@ interface investigatefactsDataRowType {
status: string;
active: string;
}
interface MyObjectRef {
orderType: any;
orderBy: any;
listInvestigation: any;
authority: any;
orderNumber: any;
dateYear: any;
date: any;
authorityPosition: any;
subject: any;
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;
}
interface investigateDisDataRowType {
subject: string;
@ -61,8 +34,6 @@ interface directorType {
export type {
DataOption,
investigatefactsDataRowType,
MyObjectRef,
MyObjectComplaintsRef,
investigateDisDataRowType,
directorType,
};