UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

4 lines (3 loc) 265 B
/// <reference types="@duffel/api" /> import { SeatMapCabinRowSectionElement, SeatMapCabinRowSectionElementSeat } from "@duffel/api/types"; export declare function isSeatElement(element: SeatMapCabinRowSectionElement): element is SeatMapCabinRowSectionElementSeat;