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 {
|
export interface IClaimDetails {
|
||||||
client: string,
|
client: string,
|
||||||
policyNumber: string,
|
policyNumber: string,
|
||||||
policyDeductible: number,
|
policyDeductible: any,
|
||||||
policyZip?: string
|
policyZip?: string
|
||||||
damageDate: string,
|
damageDate: string,
|
||||||
damageCause: DamageCause
|
damageCause: DamageCause
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue