Added unverified policy flag

This commit is contained in:
JennyNou 2025-06-09 15:25:23 -04:00
parent 8961740560
commit ca41375b3c

View file

@ -34,5 +34,6 @@ export interface ITestData {
canNotRecal: boolean,
dynamicRecal: boolean,
promoCode: string,
policyZip: string
policyZip: string,
isPolicyUnverified: boolean
}