Przeglądaj źródła

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

LuoHaoxuan 3 lat temu
rodzic
commit
857783ad81
1 zmienionych plików z 1 dodań i 1 usunięć
  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[];