Changed policy deductible type to cover unverified coverage text
This commit is contained in:
parent
3e7d251244
commit
8961740560
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ export interface IPaymentDetails {
|
|||
export interface IClaimDetails {
|
||||
client: string,
|
||||
policyNumber: string,
|
||||
policyDeductible: number,
|
||||
policyDeductible: any,
|
||||
policyZip?: string
|
||||
damageDate: string,
|
||||
damageCause: DamageCause
|
||||
|
|
|
|||
Loading…
Reference in a new issue