UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

4 lines (3 loc) 225 B
import { Offer, SeatMap } from "@duffel/api/types"; export declare const importFromOfferFixtures: (offerId: string) => Promise<Offer>; export declare const importFromSeatMapsFixtures: (offerId: string) => Promise<SeatMap[]>;