Sfoglia il codice sorgente

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

lipk 2 anni fa
parent
commit
e4355504f6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
   }[];
 }