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