Co-authored-by: Prajjaval Verma <prajjaval.verma@navi.com> Co-authored-by: Balrambhai Sharma <sharma.balrambhai@navi.com>
8 lines
215 B
TypeScript
8 lines
215 B
TypeScript
interface RenewalPlanMigrationScreenRequestData {
|
|
inputMap?: RenewalPlanMigrationScreenRequest | null;
|
|
screenName?: string | null;
|
|
}
|
|
interface RenewalPlanMigrationScreenRequest {
|
|
preQuoteId?: string | null;
|
|
}
|