@@ -1,7 +1,7 @@
export namespace PostGetProcessListByTemplateId {
export type Params = {
businessID: string;
- templateID: string[];
+ templateIds: string[];
};
export type Response = Array<{