TP-83691 | Benefit Screen Final (#12582)

Co-authored-by: Kshitij Pramod Ghongadi <kshitij.pramod@navi.com>
This commit is contained in:
Prajjaval Verma
2024-10-09 14:46:26 +05:30
committed by GitHub
parent 4b26ce643b
commit 4db9ca09cd
43 changed files with 972 additions and 52 deletions

View File

@@ -29,6 +29,10 @@ export const get = async <T>(
signal: newAbortSignal(11000),
});
if (params) {
requestConfig.params = params;
}
addBundleVersionToHeader(axiosInstance);
if (params) {

View File

@@ -0,0 +1,5 @@
interface BenefitScreenRequest {
planId?: string | null;
benefitType?: string | null;
sourceScreen?: string | null;
}