interface TravelInsurance {
    carrier?: string;
    policyNumber?: string;
}

Properties

carrier?: string
policyNumber?: string