Przeglądaj źródła

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

lipk 2 lat temu
rodzic
commit
e4355504f6
1 zmienionych plików z 1 dodań i 0 usunięć
  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;
   }[];
 }