UNPKG

@duffel/components

Version:

Component library to build your travel product with Duffel.

3 lines (2 loc) 209 B
import { StaysRate } from "@duffel/api/types"; export declare const getRateLabel: (paymentMethod: StaysRate["available_payment_methods"][number], paymentType: StaysRate["payment_type"]) => string | undefined;