Quellcode durchsuchen

feat(types): 修改接口名字为ICollaboratorScope

LuoHaoxuan vor 3 Jahren
Ursprung
Commit
857783ad81
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      types/src/interface/process.ts

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

@@ -169,7 +169,7 @@ export interface ICollaborator {
 }
 
 // 三合一协审人范围
-export interface ICooperation {
+export interface ICollaboratorScope {
   type: string;
   accounts: string[];
   institutionRoles: string[];