|
|
@@ -1,4 +1,4 @@
|
|
|
-import { IGatherYsProfileFile } from "../interface";
|
|
|
+import { IGatherYsProfileFile, IMatterNode } from "../interface";
|
|
|
|
|
|
export namespace PostApprovalCopyGatherYsProfileFiles {
|
|
|
|
|
|
@@ -25,11 +25,5 @@ export namespace GetApprovalGetMatterData {
|
|
|
businessID: string
|
|
|
}
|
|
|
|
|
|
- export type Response = {
|
|
|
- components: any[];
|
|
|
- ID: string;
|
|
|
- parentID: string;
|
|
|
- seq: number;
|
|
|
- name: string;
|
|
|
- }
|
|
|
+ export type Response = Array<IMatterNode>
|
|
|
}
|