UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

4 lines (3 loc) 163 B
/// <reference types="@duffel/api" /> import { SeatMap } from "@duffel/api/types"; export declare function hasAvailableSeatService(seatMaps?: SeatMap[]): boolean;