UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

3 lines (2 loc) 187 B
import { Offer, OfferAvailableService } from "@duffel/api/types"; export declare const hasService: (offer: Offer | undefined, type: OfferAvailableService["type"]) => boolean | undefined;