Explorar o código

feat(types): 接口定义修改

lipk %!s(int64=3) %!d(string=hai) anos
pai
achega
55e863613a
Modificáronse 1 ficheiros con 1 adicións e 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;
   }>;