소스 검색

feat(types): 接口获取执行者名称

lipk 3 년 전
부모
커밋
e4355504f6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      types/src/interface/api/approvaApi.ts

+ 1 - 0
types/src/interface/api/approvaApi.ts

@@ -132,6 +132,7 @@ export namespace GetApprovalExecutorMembers {
   export type Response = {
     executorID: string;
     members: string[];
+    executorName: string;
   }[];
 }