UNPKG

@ohm-vision/kiwi-tequila-api

Version:
6 lines 192 B
import { FlyLocationType } from "../types"; export interface SearchFlyLocation { type: FlyLocationType; value: string | string[]; } //# sourceMappingURL=fly-location.interface.d.ts.map