Selaa lähdekoodia

feat(types): process

qinlaiqiao 4 vuotta sitten
vanhempi
commit
25e68cfdd0
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      types/src/interface/process.ts

+ 0 - 1
types/src/interface/process.ts

@@ -76,7 +76,6 @@ export interface IProcess {
 export interface IApproval {
   ID: string;
   name: string;
-  created: string;
   createdID: string;
   createdTime: number;
   process: IProcess[];