@szjy/workflow 0.1.22 → 0.1.23
Sign up to get free protection for your applications and to get access to all the features.
@@ -8,6 +8,7 @@ export declare const DEFAULT_COMPLETE_CONDITION: {
|
|
8
8
|
orgBased: boolean;
|
9
9
|
minApprovedPerOrg: number;
|
10
10
|
maxRejectedPerOrg: number;
|
11
|
+
needAllApproved: boolean;
|
11
12
|
};
|
12
13
|
export declare const initCounterSignrItems: (element: Element) => void;
|
13
14
|
export declare const initMultiSignReceiptItems: (element: Element) => void;
|