@szjy/workflow 0.1.25 → 0.1.26

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  export type EsignConfig = {
2
2
  needSign?: boolean;
3
3
  needSeal?: boolean;
4
+ inOrder?: boolean;
4
5
  };
5
6
  type TaskIdMapEsignConfig = {
6
7
  [key: string]: EsignConfig;