Просмотр исходного кода

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

LuoHaoxuan 3 лет назад
Родитель
Сommit
857783ad81
1 измененных файлов с 1 добавлено и 1 удалено
  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[];