interface BookingInsuranceQuotes {
    policiesUrl: string;
    quotes: BookingInsuranceQuote[];
}

Properties

Properties

policiesUrl: string