浏览代码

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

lipk 2 年之前
父节点
当前提交
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 = {
   export type Response = {
     executorID: string;
     executorID: string;
     members: string[];
     members: string[];
+    executorName: string;
   }[];
   }[];
 }
 }