Forráskód Böngészése

feat(types): 接口定义修改

lipk 3 éve
szülő
commit
55e863613a
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      types/src/interface/api/processApi.ts

+ 1 - 1
types/src/interface/api/processApi.ts

@@ -4,7 +4,7 @@ export namespace PostGetProcessListByTemplateId {
     templateID: string[];
   };
 
-  export type Body = Array<{
+  export type Response = Array<{
     templateId: string;
     referenceProcessId: string;
   }>;