@@ -18,4 +18,18 @@ export namespace PostApprovalCopyGatherYsProfileFiles {
count: number;
}
+}
+
+export namespace GetApprovalGetMatterData {
+ export type Params = {
+ businessID: string
+ }
+ export type Response = {
+ components: any[];
+ ID: string;
+ parentID: string;
+ seq: number;
+ name: string;