6 lines
124 B
TypeScript
6 lines
124 B
TypeScript
interface BenefitScreenRequest {
|
|
planId?: string | null;
|
|
benefitType?: string | null;
|
|
sourceScreen?: string | null;
|
|
}
|