Changed policy deductible type to cover unverified coverage text

This commit is contained in:
JennyNou 2025-06-09 15:24:58 -04:00
parent 3e7d251244
commit 8961740560

View file

@ -61,7 +61,7 @@ export interface IPaymentDetails {
export interface IClaimDetails {
client: string,
policyNumber: string,
policyDeductible: number,
policyDeductible: any,
policyZip?: string
damageDate: string,
damageCause: DamageCause