From b97068c72fe2a9863771cf37841127729e6cea6b Mon Sep 17 00:00:00 2001 From: LiuHao Date: Wed, 31 Jan 2024 15:32:35 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96TaskPanel=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=EF=BC=8C=E5=8E=BB=E6=8E=89roles=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/bpmn/panel.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types/bpmn/panel.d.ts b/src/types/bpmn/panel.d.ts index 8eec509..bb3235c 100644 --- a/src/types/bpmn/panel.d.ts +++ b/src/types/bpmn/panel.d.ts @@ -32,7 +32,6 @@ declare module 'bpmnDesign' { allocationType: AllocationTypeEnum; specifyDesc: SpecifyDescEnum; multipleUserAuditType: MultipleUserAuditTypeEnum; - roles?: Record[]; async?: boolean; priority?: number; skipExpression?: string;