Explorar o código

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

LuoHaoxuan %!s(int64=3) %!d(string=hai) anos
pai
achega
450bd7c9e0
Modificáronse 1 ficheiros con 1 adicións e 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 {