TP-83691 | Benefit Screen Final (#12582)
Co-authored-by: Kshitij Pramod Ghongadi <kshitij.pramod@navi.com>
This commit is contained in:
@@ -29,6 +29,10 @@ export const get = async <T>(
|
||||
signal: newAbortSignal(11000),
|
||||
});
|
||||
|
||||
if (params) {
|
||||
requestConfig.params = params;
|
||||
}
|
||||
|
||||
addBundleVersionToHeader(axiosInstance);
|
||||
|
||||
if (params) {
|
||||
|
||||
5
network/payloads/request/BenefitScreenRequest.ts
Normal file
5
network/payloads/request/BenefitScreenRequest.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
interface BenefitScreenRequest {
|
||||
planId?: string | null;
|
||||
benefitType?: string | null;
|
||||
sourceScreen?: string | null;
|
||||
}
|
||||
Reference in New Issue
Block a user