From df90bfa45b9b74956c03427c374907c5c8bd9661 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 19 Oct 2023 15:37:39 +0700 Subject: [PATCH] interface --- .../11_discipline/interface/index/Main.ts | 33 ++----------------- 1 file changed, 2 insertions(+), 31 deletions(-) diff --git a/src/modules/11_discipline/interface/index/Main.ts b/src/modules/11_discipline/interface/index/Main.ts index d61ea9435..9bb7a8978 100644 --- a/src/modules/11_discipline/interface/index/Main.ts +++ b/src/modules/11_discipline/interface/index/Main.ts @@ -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, };