Переглянути джерело

feat(types): 接口定义修改

lipk 3 роки тому
батько
коміт
55e863613a
1 змінених файлів з 1 додано та 1 видалено
  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[];
     templateID: string[];
   };
   };
 
 
-  export type Body = Array<{
+  export type Response = Array<{
     templateId: string;
     templateId: string;
     referenceProcessId: string;
     referenceProcessId: string;
   }>;
   }>;