|
|
@@ -8,3 +8,10 @@ export namespace PostGetFeeByProcessId {
|
|
|
|
|
|
export type Response = Record<string, IBusinessProcessFee>;
|
|
|
}
|
|
|
+
|
|
|
+export namespace PostPrepareOption {
|
|
|
+ export type Response = {
|
|
|
+ institutionList: { ID: string; name: string }[];
|
|
|
+ approvalList: { name: string; ID: string }[];
|
|
|
+ };
|
|
|
+}
|