Przeglądaj źródła

feat(types): process

qinlaiqiao 4 lat temu
rodzic
commit
25e68cfdd0
1 zmienionych plików z 0 dodań i 1 usunięć
  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[];