interface
This commit is contained in:
parent
e300009dc3
commit
df90bfa45b
1 changed files with 2 additions and 31 deletions
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue