Explorar o código

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

lipk %!s(int64=2) %!d(string=hai) anos
pai
achega
e4355504f6
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
   }[];
 }