Browse Source

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

LuoHaoxuan 3 năm trước cách đây
mục cha
commit
450bd7c9e0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {