update 优化TaskPanel类型,去掉roles属性

This commit is contained in:
LiuHao 2024-01-31 15:32:35 +08:00
parent d7cee565da
commit b97068c72f

View File

@ -32,7 +32,6 @@ declare module 'bpmnDesign' {
allocationType: AllocationTypeEnum;
specifyDesc: SpecifyDescEnum;
multipleUserAuditType: MultipleUserAuditTypeEnum;
roles?: Record<string, any>[];
async?: boolean;
priority?: number;
skipExpression?: string;