Files
super-app/network/payloads/request/BenefitScreenRequest.ts
Prajjaval Verma 4db9ca09cd TP-83691 | Benefit Screen Final (#12582)
Co-authored-by: Kshitij Pramod Ghongadi <kshitij.pramod@navi.com>
2024-10-09 09:16:26 +00:00

6 lines
124 B
TypeScript

interface BenefitScreenRequest {
planId?: string | null;
benefitType?: string | null;
sourceScreen?: string | null;
}