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;
|
status: string;
|
||||||
active: 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 {
|
interface investigateDisDataRowType {
|
||||||
subject: string;
|
subject: string;
|
||||||
|
|
@ -61,8 +34,6 @@ interface directorType {
|
||||||
export type {
|
export type {
|
||||||
DataOption,
|
DataOption,
|
||||||
investigatefactsDataRowType,
|
investigatefactsDataRowType,
|
||||||
MyObjectRef,
|
|
||||||
MyObjectComplaintsRef,
|
|
||||||
investigateDisDataRowType,
|
investigateDisDataRowType,
|
||||||
directorType,
|
directorType,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue