Sfoglia il codice sorgente

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

LuoHaoxuan 3 anni fa
parent
commit
857783ad81
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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[];