Explorar el Código

feat(types): 修改executorMember接口approvalTime类型

LuoHaoxuan hace 3 años
padre
commit
450bd7c9e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      types/src/interface/approvalStatus.ts

+ 1 - 1
types/src/interface/approvalStatus.ts

@@ -1,7 +1,7 @@
 export interface executorMember {
   ID: string;
   approvalStatus: string;
-  approvalTime: number;
+  approvalTime: number | string;
 }
 
 export interface IApprovalStatus {