Explorar el Código

feat(types): 接口定义修改

lipk hace 3 años
padre
commit
55e863613a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
   }>;